Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::ExportAppResponse (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ExportAppResponse.

Response message for AgentService.ExportApp.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_content

def app_content() -> ::String
Returns
  • (::String) — App folder compressed as a zip file.

    Note: The following fields are mutually exclusive: app_content, app_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#app_content=

def app_content=(value) -> ::String
Parameter
  • value (::String) — App folder compressed as a zip file.

    Note: The following fields are mutually exclusive: app_content, app_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — App folder compressed as a zip file.

    Note: The following fields are mutually exclusive: app_content, app_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#app_uri

def app_uri() -> ::String
Returns
  • (::String) — The Google Cloud Storage URI to which the app was exported.

    Note: The following fields are mutually exclusive: app_uri, app_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

#app_uri=

def app_uri=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage URI to which the app was exported.

    Note: The following fields are mutually exclusive: app_uri, app_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — The Google Cloud Storage URI to which the app was exported.

    Note: The following fields are mutually exclusive: app_uri, app_content. If a field in that set is populated, all other fields in the set will automatically be cleared.