Module: Google::Cloud::ConfigService::V1::Revision::Action
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Actions that generate a revision.
Constant Summary collapse
- ACTION_UNSPECIFIED =
The default value. This value is used if the action is omitted.
0
- CREATE =
The revision was generated by creating a deployment.
1
- UPDATE =
The revision was generated by updating a deployment.
2
- DELETE =
The revision was deleted.
3