public static final class ExportAppResponse.Builder extends GeneratedMessage.Builder<ExportAppResponse.Builder> implements ExportAppResponseOrBuilderResponse message for AgentService.ExportApp.
Protobuf type google.cloud.ces.v1.ExportAppResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportAppResponse.BuilderImplements
ExportAppResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportAppResponse build()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
buildPartial()
public ExportAppResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
clear()
public ExportAppResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
clearApp()
public ExportAppResponse.Builder clearApp()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
clearAppContent()
public ExportAppResponse.Builder clearAppContent()App folder compressed as a zip file.
bytes app_content = 1;
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
This builder for chaining. |
clearAppUri()
public ExportAppResponse.Builder clearAppUri()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
This builder for chaining. |
getAppCase()
public ExportAppResponse.AppCase getAppCase()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.AppCase |
|
getAppContent()
public ByteString getAppContent()App folder compressed as a zip file.
bytes app_content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The appContent. |
getAppUri()
public String getAppUri()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The appUri. |
getAppUriBytes()
public ByteString getAppUriBytes()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appUri. |
getDefaultInstanceForType()
public ExportAppResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasAppContent()
public boolean hasAppContent()App folder compressed as a zip file.
bytes app_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appContent field is set. |
hasAppUri()
public boolean hasAppUri()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appUri field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExportAppResponse other)
public ExportAppResponse.Builder mergeFrom(ExportAppResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAppResponse |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportAppResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportAppResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
setAppContent(ByteString value)
public ExportAppResponse.Builder setAppContent(ByteString value)App folder compressed as a zip file.
bytes app_content = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe appContent to set. |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
This builder for chaining. |
setAppUri(String value)
public ExportAppResponse.Builder setAppUri(String value)The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe appUri to set. |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
This builder for chaining. |
setAppUriBytes(ByteString value)
public ExportAppResponse.Builder setAppUriBytes(ByteString value)The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for appUri to set. |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
This builder for chaining. |