Reference documentation and code samples for the Google Cloud Ces V1 Client class Deployment.
A deployment represents an immutable, queryable version of the app.
It is used to deploy an app version with a specific channel profile.
Generated from protobuf message google.cloud.ces.v1.Deployment
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
↳ display_name
string
Required. Display name of the deployment.
↳ app_version
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
↳ create_time
↳ update_time
↳ 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 resource name of the deployment.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
string
setName
Identifier. The resource name of the deployment.
Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
var
string
$this
getDisplayName
Required. Display name of the deployment.
string
setDisplayName
Required. Display name of the deployment.
var
string
$this
getAppVersion
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.
string
setAppVersion
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.
var
string
$this
getChannelProfile
Required. The channel profile used in the deployment.
hasChannelProfile
clearChannelProfile
setChannelProfile
Required. The channel profile used in the deployment.
$this
getCreateTime
Output only. Timestamp when this deployment was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when this deployment was created.
$this
getUpdateTime
Output only. Timestamp when this deployment was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when this deployment was last updated.
$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

