Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::ExportAppRequest (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::ExportAppRequest.

Request message for AgentService.ExportApp.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_version

def app_version() -> ::String
Returns
  • (::String) — Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.

#app_version=

def app_version=(value) -> ::String
Parameter
  • value (::String) — Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.
Returns
  • (::String) — Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.

#export_format

def export_format() -> ::Google::Cloud::Ces::V1::ExportAppRequest::ExportFormat
Returns

#export_format=

def export_format=(value) -> ::Google::Cloud::Ces::V1::ExportAppRequest::ExportFormat
Parameter
Returns

#gcs_uri

def gcs_uri() -> ::String
Returns
  • (::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.

#gcs_uri=

def gcs_uri=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the app to export.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the app to export.
Returns
  • (::String) — Required. The resource name of the app to export.