Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::CreateAppVersionRequest.
Request message for AgentService.CreateAppVersion
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_version
def app_version() -> ::Google::Cloud::Ces::V1::AppVersion
Returns
- (::Google::Cloud::Ces::V1::AppVersion) — Required. The app version to create.
#app_version=
def app_version=(value) -> ::Google::Cloud::Ces::V1::AppVersion
Parameter
- value (::Google::Cloud::Ces::V1::AppVersion) — Required. The app version to create.
Returns
- (::Google::Cloud::Ces::V1::AppVersion) — Required. The app version to create.
#app_version_id
def app_version_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
#app_version_id=
def app_version_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
Returns
- (::String) — Optional. The ID to use for the app version, which will become the final component of the app version's resource name. If not provided, a unique ID will be automatically assigned for the app version.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the app to create an app version in.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the app to create an app version in.
Returns
- (::String) — Required. The resource name of the app to create an app version in.