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

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

A deployment represents an immutable, queryable version of the app. It is used to deploy an app version with a specific channel profile.

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 deploy. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version} Use projects/{project}/locations/{location}/apps/{app}/versions/- to use the draft app.

#app_version=

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

#channel_profile

def channel_profile() -> ::Google::Cloud::Ces::V1::ChannelProfile
Returns

#channel_profile=

def channel_profile=(value) -> ::Google::Cloud::Ces::V1::ChannelProfile
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. Display name of the deployment.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Display name of the deployment.
Returns
  • (::String) — Required. Display name of the deployment.

#etag

def etag() -> ::String
Returns
  • (::String) — Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
Returns
  • (::String) — Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns