Parameter Manager v1 API - Enum TemplateFormat (1.1.0)

public enum TemplateFormat

Reference documentation and code samples for the Parameter Manager v1 API enum TemplateFormat.

Option to specify the format of a Template resource (YAML / JSON). This option is user specified at the time of creation of the resource and is immutable. Templates do not support the UNFORMATTED format. Additional values may be added in the future.

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Fields

Name Description
Json

JSON format.

Unspecified

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

Yaml

YAML format.