public enum Resource.Intent extends Enum<Resource.Intent> implements ProtocolMessageEnum
Possible intent of the resource.
Protobuf enum google.cloud.config.v1.Resource.Intent
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATE | Infra Manager will create this Resource. |
CREATE_VALUE | Infra Manager will create this Resource. |
DELETE | Infra Manager will delete this Resource. |
DELETE_VALUE | Infra Manager will delete this Resource. |
INTENT_UNSPECIFIED | The default value. This value is used if the intent is omitted. |
INTENT_UNSPECIFIED_VALUE | The default value. This value is used if the intent is omitted. |
RECREATE | Infra Manager will destroy and recreate this Resource. |
RECREATE_VALUE | Infra Manager will destroy and recreate this Resource. |
UNCHANGED | Infra Manager will leave this Resource untouched. |
UNCHANGED_VALUE | Infra Manager will leave this Resource untouched. |
UNRECOGNIZED | |
UPDATE | Infra Manager will update this Resource. |
UPDATE_VALUE | Infra Manager will update this Resource. |
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() |