Parameter Manager v1 API - Enum ParameterFormat (1.0.0-beta01)

public enum ParameterFormat

Reference documentation and code samples for the Parameter Manager v1 API enum 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.

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Fields

Name Description
Json

JSON format.

Unformatted

Unformatted.

Unspecified

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

Yaml

YAML format.