Module: Google::Cloud::Deploy::V1::Type
- Defined in:
- proto_docs/google/cloud/deploy/v1/log_enums.rb
Overview
Type indicates the type of the log entry and can be used as a filter.
Constant Summary collapse
- TYPE_UNSPECIFIED =
Type is unspecified.
0- TYPE_PUBSUB_NOTIFICATION_FAILURE =
A Pub/Sub notification failed to be sent.
1- TYPE_RESOURCE_STATE_CHANGE =
Resource state changed.
3- TYPE_PROCESS_ABORTED =
A process aborted.
4- TYPE_RESTRICTION_VIOLATED =
Restriction check failed.
5- TYPE_RESOURCE_DELETED =
Resource deleted.
6- TYPE_ROLLOUT_UPDATE =
Rollout updated.
7- TYPE_DEPLOY_POLICY_EVALUATION =
Deploy Policy evaluation.
8- TYPE_RENDER_STATUES_CHANGE =
Deprecated: This field is never used. Use release_render log type instead.
2