Reference documentation and code samples for the Parameter Manager V1 API class Google::Cloud::ParameterManager::V1::RenderParameterVersionResponse.
Message describing RenderParameterVersionResponse resource
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parameter_version
def parameter_version() -> ::String
Returns
-
(::String) — Output only. Resource identifier of a ParameterVersion in the format
projects/*/locations/*/parameters/*/versions/*
.
#payload
def payload() -> ::Google::Cloud::ParameterManager::V1::ParameterVersionPayload
Returns
- (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Payload content of a ParameterVersion resource.
#payload=
def payload=(value) -> ::Google::Cloud::ParameterManager::V1::ParameterVersionPayload
Parameter
- value (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Payload content of a ParameterVersion resource.
Returns
- (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Payload content of a ParameterVersion resource.
#rendered_payload
def rendered_payload() -> ::String
Returns
- (::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.