Parameter Manager v1 API - Class RenderParameterVersionResponse (1.0.0-beta01)

public sealed class RenderParameterVersionResponse : IMessage<RenderParameterVersionResponse>, IEquatable<RenderParameterVersionResponse>, IDeepCloneable<RenderParameterVersionResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Parameter Manager v1 API class RenderParameterVersionResponse.

Message describing RenderParameterVersionResponse resource

Inheritance

object > RenderParameterVersionResponse

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Constructors

RenderParameterVersionResponse()

public RenderParameterVersionResponse()

RenderParameterVersionResponse(RenderParameterVersionResponse)

public RenderParameterVersionResponse(RenderParameterVersionResponse other)
Parameter
Name Description
other RenderParameterVersionResponse

Properties

ParameterVersion

public string ParameterVersion { get; set; }

Output only. Resource identifier of a ParameterVersion in the format projects/*/locations/*/parameters/*/versions/*.

Property Value
Type Description
string

ParameterVersionAsParameterVersionName

public ParameterVersionName ParameterVersionAsParameterVersionName { get; set; }

ParameterVersionName-typed view over the ParameterVersion resource name property.

Property Value
Type Description
ParameterVersionName

Payload

public ParameterVersionPayload Payload { get; set; }

Payload content of a ParameterVersion resource.

Property Value
Type Description
ParameterVersionPayload

RenderedPayload

public ByteString RenderedPayload { get; set; }

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.

Property Value
Type Description
ByteString