Interface protos.google.cloud.deploy.v1.IAutomation (3.6.0)

Properties of an Automation.

Package

@google-cloud/deploy

Properties

annotations

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

Automation annotations

createTime

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

Automation createTime

description

description?: (string|null);

Automation description

etag

etag?: (string|null);

Automation etag

labels

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

Automation labels

name

name?: (string|null);

Automation name

rules

rules?: (google.cloud.deploy.v1.IAutomationRule[]|null);

Automation rules

selector

selector?: (google.cloud.deploy.v1.IAutomationResourceSelector|null);

Automation selector

serviceAccount

serviceAccount?: (string|null);

Automation serviceAccount

suspended

suspended?: (boolean|null);

Automation suspended

uid

uid?: (string|null);

Automation uid

updateTime

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

Automation updateTime