public interface ExportAppRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExportFormat()
public abstract ExportAppRequest.ExportFormat getExportFormat()Required. The format to export the app in.
.google.cloud.ces.v1.ExportAppRequest.ExportFormat export_format = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportAppRequest.ExportFormat |
The exportFormat. |
getExportFormatValue()
public abstract int getExportFormatValue()Required. The format to export the app in.
.google.cloud.ces.v1.ExportAppRequest.ExportFormat export_format = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for exportFormat. |
getGcsUri()
public abstract String getGcsUri() Optional. The Google Cloud
Storage URI to which to export the
app. The format of this URI must be gs://<bucket-name>/<object-name>. The
exported app archive will be written directly to the specified GCS object.
string gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes() Optional. The Google Cloud
Storage URI to which to export the
app. The format of this URI must be gs://<bucket-name>/<object-name>. The
exported app archive will be written directly to the specified GCS object.
string gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |
getName()
public abstract String getName()Required. The resource name of the app to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the app to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |