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