Google Cloud Parameter Manager V1 Client - Class ParameterFormat (0.1.0)

Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class ParameterFormat.

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 type google.cloud.parametermanager.v1.ParameterFormat

Namespace

Google \ Cloud \ ParameterManager \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PARAMETER_FORMAT_UNSPECIFIED

Value: 0

The default / unset value.

The API will default to the UNFORMATTED format.

Generated from protobuf enum PARAMETER_FORMAT_UNSPECIFIED = 0;

UNFORMATTED

Value: 1

Unformatted.

Generated from protobuf enum UNFORMATTED = 1;

YAML

Value: 2

YAML format.

Generated from protobuf enum YAML = 2;

JSON

Value: 3

JSON format.

Generated from protobuf enum JSON = 3;