public enum Preview.PreviewMode extends Enum<Preview.PreviewMode> implements ProtocolMessageEnum
Preview mode provides options for customizing preview operations.
Protobuf enum google.cloud.config.v1.Preview.PreviewMode
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DEFAULT | DEFAULT mode generates an execution plan for reconciling current resource state into expected resource state. |
DEFAULT_VALUE | DEFAULT mode generates an execution plan for reconciling current resource state into expected resource state. |
DELETE | DELETE mode generates as execution plan for destroying current resources. |
DELETE_VALUE | DELETE mode generates as execution plan for destroying current resources. |
PREVIEW_MODE_UNSPECIFIED | Unspecified policy, default mode will be used. |
PREVIEW_MODE_UNSPECIFIED_VALUE | Unspecified policy, default mode will be used. |
UNRECOGNIZED |
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() |