Parameter Manager V1 API - Class Google::Cloud::ParameterManager::V1::RenderParameterVersionResponse (v0.1.0)

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

#payload=

def payload=(value) -> ::Google::Cloud::ParameterManager::V1::ParameterVersionPayload
Parameter
Returns

#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.