Reference documentation and code samples for the Google Cloud Ces V1 Client class 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.
Generated from protobuf message google.cloud.ces.v1.AppVersion
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique identifier of the app version. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}
↳ display_name
string
Optional. The display name of the app version.
↳ description
string
Optional. The description of the app version.
↳ creator
string
Output only. Email of the user who created the app version.
↳ create_time
↳ snapshot
↳ etag
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.
getName
Identifier. The unique identifier of the app version.
Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}
string
setName
Identifier. The unique identifier of the app version.
Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}
var
string
$this
getDisplayName
Optional. The display name of the app version.
string
setDisplayName
Optional. The display name of the app version.
var
string
$this
getDescription
Optional. The description of the app version.
string
setDescription
Optional. The description of the app version.
var
string
$this
getCreator
Output only. Email of the user who created the app version.
string
setCreator
Output only. Email of the user who created the app version.
var
string
$this
getCreateTime
Output only. Timestamp when the app version was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the app version was created.
$this
getSnapshot
Output only. The snapshot of the app when the version is created.
hasSnapshot
clearSnapshot
setSnapshot
Output only. The snapshot of the app when the version is created.
$this
getEtag
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.
string
setEtag
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.
var
string
$this

