Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::AppVersion.
In Customer Engagement Suite (CES), an app version is a snapshot of the app at a specific point in time. It is immutable and cannot be modified once created.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the app version was created.
#creator
def creator() -> ::String
Returns
- (::String) — Output only. Email of the user who created the app version.
#description
def description() -> ::String
Returns
- (::String) — Optional. The description of the app version.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. The description of the app version.
Returns
- (::String) — Optional. The description of the app version.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. The display name of the app version.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. The display name of the app version.
Returns
- (::String) — Optional. The display name of the app version.
#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 unique identifier of the app version.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique identifier of the app version.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
Returns
-
(::String) — Identifier. The unique identifier of the app version.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
#snapshot
def snapshot() -> ::Google::Cloud::Ces::V1::AppSnapshot
Returns
- (::Google::Cloud::Ces::V1::AppSnapshot) — Output only. The snapshot of the app when the version is created.