public enum TemplateFormatReference 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.V1Assembly
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. |