Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::Type.
Type indicates the type of the log entry and can be used as a filter.
Constants
TYPE_UNSPECIFIED
value: 0
Type is unspecified.
TYPE_PUBSUB_NOTIFICATION_FAILURE
value: 1
A Pub/Sub notification failed to be sent.
TYPE_RESOURCE_STATE_CHANGE
value: 3
Resource state changed.
TYPE_PROCESS_ABORTED
value: 4
A process aborted.
TYPE_RESTRICTION_VIOLATED
value: 5
Restriction check failed.
TYPE_RESOURCE_DELETED
value: 6
Resource deleted.
TYPE_ROLLOUT_UPDATE
value: 7
Rollout updated.
TYPE_DEPLOY_POLICY_EVALUATION
value: 8
Deploy Policy evaluation.
TYPE_RENDER_STATUES_CHANGE
value: 2
Deprecated: This field is never used. Use release_render log type instead.