Google Cloud Deploy V1 Client - Class Type (0.14.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class Type.

Type indicates the type of the log entry and can be used as a filter.

Protobuf type google.cloud.deploy.v1.Type

Namespace

Google \ Cloud \ Deploy \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Type is unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

TYPE_PUBSUB_NOTIFICATION_FAILURE

Value: 1

A Pub/Sub notification failed to be sent.

Generated from protobuf enum TYPE_PUBSUB_NOTIFICATION_FAILURE = 1;

TYPE_RESOURCE_STATE_CHANGE

Value: 3

Resource state changed.

Generated from protobuf enum TYPE_RESOURCE_STATE_CHANGE = 3;

TYPE_PROCESS_ABORTED

Value: 4

A process aborted.

Generated from protobuf enum TYPE_PROCESS_ABORTED = 4;

TYPE_RESTRICTION_VIOLATED

Value: 5

Restriction check failed.

Generated from protobuf enum TYPE_RESTRICTION_VIOLATED = 5;

TYPE_RESOURCE_DELETED

Value: 6

Resource deleted.

Generated from protobuf enum TYPE_RESOURCE_DELETED = 6;

TYPE_ROLLOUT_UPDATE

Value: 7

Rollout updated.

Generated from protobuf enum TYPE_ROLLOUT_UPDATE = 7;

TYPE_RENDER_STATUES_CHANGE

Value: 2

Deprecated: This field is never used. Use release_render log type instead.

Generated from protobuf enum TYPE_RENDER_STATUES_CHANGE = 2 [deprecated = true];