Parameter Manager V1 API - Module Google::Cloud::ParameterManager::V1::ParameterFormat (v0.1.0)

Reference documentation and code samples for the Parameter Manager V1 API module Google::Cloud::ParameterManager::V1::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.

Constants

PARAMETER_FORMAT_UNSPECIFIED

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

UNFORMATTED

value: 1
Unformatted.

YAML

value: 2
YAML format.

JSON

value: 3
JSON format.