public enum Revision.Action extends Enum<Revision.Action> implements ProtocolMessageEnum
Actions that generate a revision.
Protobuf enum google.cloud.config.v1.Revision.Action
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTION_UNSPECIFIED | The default value. This value is used if the action is omitted. |
ACTION_UNSPECIFIED_VALUE | The default value. This value is used if the action is omitted. |
CREATE | The revision was generated by creating a deployment. |
CREATE_VALUE | The revision was generated by creating a deployment. |
DELETE | The revision was deleted. |
DELETE_VALUE | The revision was deleted. |
UNRECOGNIZED | |
UPDATE | The revision was generated by updating a deployment. |
UPDATE_VALUE | The revision was generated by updating a deployment. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |