Resource: Parameter
Message describing Parameter resource
| JSON representation | 
|---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "format": enum (  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. [Output only] The resource name of the Parameter in the format   | 
              
create | 
                
                   
 Output only. [Output only] Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   | 
              
update | 
                
                   
 Output only. [Output only] Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:   | 
              
labels | 
                
                   
 Optional. Labels as key value pairs An object containing a list of   | 
              
format | 
                
                   
 Optional. Specifies the format of a Parameter.  | 
              
policy | 
                
                   
 Output only. [Output-only] policy member strings of a Google Cloud resource.  | 
              
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.
| Enums | |
|---|---|
PARAMETER_FORMAT_UNSPECIFIED | 
                The default / unset value. The API will default to the UNFORMATTED format. | 
UNFORMATTED | 
                Unformatted. | 
YAML | 
                YAML format. | 
JSON | 
                JSON format. | 
ResourcePolicyMember
Output-only policy member strings of a Google Cloud resource's built-in identity.
| JSON representation | 
|---|
{ "iamPolicyNamePrincipal": string, "iamPolicyUidPrincipal": string }  | 
              
| Fields | |
|---|---|
iam | 
                
                   
 Output only. IAM policy binding member referring to a Google Cloud resource by user-assigned name (https://google.aip.dev/122). If a resource is deleted and recreated with the same name, the binding will be applicable to the new resource. Example:   | 
              
iam | 
                
                   
 Output only. IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier (https://google.aip.dev/148#uid). If a resource is deleted and recreated with the same name, the binding will not be applicable to the new resource Example:   | 
              
Methods | 
            |
|---|---|
                
 | 
              Creates a new Parameter in a given project and location. | 
                
 | 
              Deletes a single Parameter. | 
                
 | 
              Gets details of a single Parameter. | 
                
 | 
              Lists Parameters in a given project and location. | 
                
 | 
              Updates a single Parameter. |