Module: Google::Cloud::ParameterManager::V1::ParameterFormat

Defined in:
proto_docs/google/cloud/parametermanager/v1/service.rb

Overview

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.

Constant Summary collapse

PARAMETER_FORMAT_UNSPECIFIED =

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

0
UNFORMATTED =

Unformatted.

1
YAML =

YAML format.

2
JSON =

JSON format.

3