Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::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-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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.