Resource: ParameterVersion
Message describing ParameterVersion resource
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"disabled": boolean,
"payload": {
object ( |
Fields | |
---|---|
name |
Identifier. [Output only] The resource name of the ParameterVersion 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: |
disabled |
Optional. Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true). If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False. |
payload |
Required. Immutable. Payload content of a ParameterVersion resource. This is only returned when the request provides the View value of FULL (default for GET request). |
ParameterVersionPayload
Message for storing a ParameterVersion resource's payload data
JSON representation |
---|
{ "data": string } |
Fields | |
---|---|
data |
Required. bytes data for storing payload. A base64-encoded string. |
Methods |
|
---|---|
|
Creates a new ParameterVersion in a given project, location, and parameter. |
|
Deletes a single ParameterVersion. |
|
Gets details of a single ParameterVersion. |
|
Lists ParameterVersions in a given project, location, and parameter. |
|
Updates a single ParameterVersion. |
|
Gets rendered version of a ParameterVersion. |