public enum ParameterFormat extends Enum<ParameterFormat> implements ProtocolMessageEnum
Option to specify the format of a Parameter resource (UNFORMATTED / YAML / JSON). This option is user specified at the time of creation of the resource and is immutable.
Protobuf enum google.cloud.parametermanager.v1.ParameterFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
JSON |
JSON format. |
JSON_VALUE |
JSON format. |
PARAMETER_FORMAT_UNSPECIFIED |
The default / unset value. The API will default to the UNFORMATTED format. |
PARAMETER_FORMAT_UNSPECIFIED_VALUE |
The default / unset value. The API will default to the UNFORMATTED format. |
UNFORMATTED |
Unformatted. |
UNFORMATTED_VALUE |
Unformatted. |
UNRECOGNIZED |
|
YAML |
YAML format. |
YAML_VALUE |
YAML format. |
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() |