Reference documentation and code samples for the Google Cloud Parameter Manager V1 Client class RenderParameterVersionResponse.
Message describing RenderParameterVersionResponse resource
Generated from protobuf message google.cloud.parametermanager.v1.RenderParameterVersionResponse
Namespace
Google \ Cloud \ ParameterManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameter_version |
string
Output only. Resource identifier of a ParameterVersion in the format |
↳ payload |
ParameterVersionPayload
Payload content of a ParameterVersion resource. |
↳ rendered_payload |
string
Output only. Server generated rendered version of the user provided payload data (ParameterVersionPayload) which has substitutions of all (if any) references to a SecretManager SecretVersion resources. This substituion only works for a Parameter which is in JSON or YAML format. |
getParameterVersion
Output only. Resource identifier of a ParameterVersion in the format
projects/*/locations/*/parameters/*/versions/*
.
Returns | |
---|---|
Type | Description |
string |
setParameterVersion
Output only. Resource identifier of a ParameterVersion in the format
projects/*/locations/*/parameters/*/versions/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPayload
Payload content of a ParameterVersion resource.
Returns | |
---|---|
Type | Description |
ParameterVersionPayload|null |
hasPayload
clearPayload
setPayload
Payload content of a ParameterVersion resource.
Parameter | |
---|---|
Name | Description |
var |
ParameterVersionPayload
|
Returns | |
---|---|
Type | Description |
$this |
getRenderedPayload
Output only. Server generated rendered version of the user provided payload data (ParameterVersionPayload) which has substitutions of all (if any) references to a SecretManager SecretVersion resources. This substituion only works for a Parameter which is in JSON or YAML format.
Returns | |
---|---|
Type | Description |
string |
setRenderedPayload
Output only. Server generated rendered version of the user provided payload data (ParameterVersionPayload) which has substitutions of all (if any) references to a SecretManager SecretVersion resources. This substituion only works for a Parameter which is in JSON or YAML format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |