Enum ParameterFormat (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
JSON

JSON format.

JSON = 3;

JSON_VALUE

JSON format.

JSON = 3;

PARAMETER_FORMAT_UNSPECIFIED

The default / unset value. The API will default to the UNFORMATTED format.

PARAMETER_FORMAT_UNSPECIFIED = 0;

PARAMETER_FORMAT_UNSPECIFIED_VALUE

The default / unset value. The API will default to the UNFORMATTED format.

PARAMETER_FORMAT_UNSPECIFIED = 0;

UNFORMATTED

Unformatted.

UNFORMATTED = 1;

UNFORMATTED_VALUE

Unformatted.

UNFORMATTED = 1;

UNRECOGNIZED
YAML

YAML format.

YAML = 2;

YAML_VALUE

YAML format.

YAML = 2;

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()