Interface protos.google.cloud.deploy.v1.IRollout (1.0.0)

Properties of a Rollout.

Package

@google-cloud/deploy

Properties

annotations

annotations?: ({ [k: string]: string }|null);

Rollout annotations

approvalState

approvalState?: (google.cloud.deploy.v1.Rollout.ApprovalState|keyof typeof google.cloud.deploy.v1.Rollout.ApprovalState|null);

Rollout approvalState

approveTime

approveTime?: (google.protobuf.ITimestamp|null);

Rollout approveTime

createTime

createTime?: (google.protobuf.ITimestamp|null);

Rollout createTime

deployEndTime

deployEndTime?: (google.protobuf.ITimestamp|null);

Rollout deployEndTime

deployingBuild

deployingBuild?: (string|null);

Rollout deployingBuild

deployStartTime

deployStartTime?: (google.protobuf.ITimestamp|null);

Rollout deployStartTime

description

description?: (string|null);

Rollout description

enqueueTime

enqueueTime?: (google.protobuf.ITimestamp|null);

Rollout enqueueTime

etag

etag?: (string|null);

Rollout etag

failureReason

failureReason?: (string|null);

Rollout failureReason

labels

labels?: ({ [k: string]: string }|null);

Rollout labels

name

name?: (string|null);

Rollout name

state

state?: (google.cloud.deploy.v1.Rollout.State|keyof typeof google.cloud.deploy.v1.Rollout.State|null);

Rollout state

targetId

targetId?: (string|null);

Rollout targetId

uid

uid?: (string|null);

Rollout uid