Class Deployment (0.3.0)

Deployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
name str
Identifier. The resource name of the deployment. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
display_name str
Required. Display name of the deployment.
app_version str
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 google.cloud.ces_v1.types.ChannelProfile
Required. The channel profile used in the deployment.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this deployment was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this deployment was last updated.
etag str
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.