Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::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::V1beta::ExportAppRequest::ExportFormat
Returns
- (::Google::Cloud::Ces::V1beta::ExportAppRequest::ExportFormat) — Required. The format to export the app in.
#export_format=
def export_format=(value) -> ::Google::Cloud::Ces::V1beta::ExportAppRequest::ExportFormat
Parameter
- value (::Google::Cloud::Ces::V1beta::ExportAppRequest::ExportFormat) — Required. The format to export the app in.
Returns
- (::Google::Cloud::Ces::V1beta::ExportAppRequest::ExportFormat) — Required. The format to export the app in.
#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.