public final class ExportAppResponse extends GeneratedMessage implements ExportAppResponseOrBuilderResponse message for AgentService.ExportApp.
Protobuf type google.cloud.ces.v1.ExportAppResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ExportAppResponseImplements
ExportAppResponseOrBuilderStatic Fields
APP_CONTENT_FIELD_NUMBER
public static final int APP_CONTENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
APP_URI_FIELD_NUMBER
public static final int APP_URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ExportAppResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ExportAppResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
newBuilder(ExportAppResponse prototype)
public static ExportAppResponse.Builder newBuilder(ExportAppResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ExportAppResponse |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ExportAppResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ExportAppResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ExportAppResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ExportAppResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ExportAppResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ExportAppResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportAppResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ExportAppResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ExportAppResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
getParserForType()
public Parser<ExportAppResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ExportAppResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ExportAppResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExportAppResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
toBuilder()
public ExportAppResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|