Interface ExportAppRequestOrBuilder (0.7.0)

public interface ExportAppRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppVersion()

public abstract String getAppVersion()

Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.

string app_version = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The appVersion.

getAppVersionBytes()

public abstract ByteString getAppVersionBytes()

Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.

string app_version = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for appVersion.

getExportFormat()

public abstract ExportAppRequest.ExportFormat getExportFormat()

Required. The format to export the app in.

.google.cloud.ces.v1beta.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.v1beta.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.