Reference documentation and code samples for the Google Cloud Ces V1 Client class ExportAppRequest.
Request message for AgentService.ExportApp .
Generated from protobuf message google.cloud.ces.v1.ExportAppRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the app to export.
↳ export_format
int
Required. The format to export the app in.
↳ gcs_uri
string
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.
getName
Required. The resource name of the app to export.
string
setName
Required. The resource name of the app to export.
var
string
$this
getExportFormat
Required. The format to export the app in.
setExportFormat
Required. The format to export the app in.
$this
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
setGcsUri
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.
var
string
$this
static::build
name
string
Required. The resource name of the app to export. Please see AgentServiceClient::appName() for help formatting this field.

