Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class 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.
Protobuf type google.cloud.parametermanager.v1.ParameterFormat
Namespace
Google \ Cloud \ ParameterManager \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
PARAMETER_FORMAT_UNSPECIFIED
Value: 0
The default / unset value.
The API will default to the UNFORMATTED format.
Generated from protobuf enum PARAMETER_FORMAT_UNSPECIFIED = 0;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Parameter Manager V1 Client - Class ParameterFormat (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/cloud-parametermanager/latest/V1.ParameterFormat)\n- [0.4.0](/php/docs/reference/cloud-parametermanager/0.4.0/V1.ParameterFormat)\n- [0.3.0](/php/docs/reference/cloud-parametermanager/0.3.0/V1.ParameterFormat)\n- [0.2.0](/php/docs/reference/cloud-parametermanager/0.2.0/V1.ParameterFormat)\n- [0.1.1](/php/docs/reference/cloud-parametermanager/0.1.1/V1.ParameterFormat) \nReference documentation and code samples for the Google Cloud Parameter Manager V1 Client class ParameterFormat.\n\nOption to specify the format of a Parameter resource (UNFORMATTED / YAML /\nJSON). This option is user specified at the time of creation of the resource\nand is immutable.\n\nProtobuf type `google.cloud.parametermanager.v1.ParameterFormat`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ParameterManager \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PARAMETER_FORMAT_UNSPECIFIED\n\n Value: 0\n\nThe default / unset value.\n\nThe API will default to the UNFORMATTED format.\n\nGenerated from protobuf enum `PARAMETER_FORMAT_UNSPECIFIED = 0;`\n\n### UNFORMATTED\n\n Value: 1\n\nUnformatted.\n\nGenerated from protobuf enum `UNFORMATTED = 1;`\n\n### YAML\n\n Value: 2\n\nYAML format.\n\nGenerated from protobuf enum `YAML = 2;`\n\n### JSON\n\n Value: 3\n\nJSON format.\n\nGenerated from protobuf enum `JSON = 3;`"]]