Show / Hide Table of Contents

Class RenderParameterVersionResponse

Message describing RenderParameterVersionResponse resource

Inheritance
object
RenderParameterVersionResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ParameterManager.v1.Data
Assembly: Google.Apis.ParameterManager.v1.dll
Syntax
public class RenderParameterVersionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ParameterVersion

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

Declaration
[JsonProperty("parameterVersion")]
public virtual string ParameterVersion { get; set; }
Property Value
Type Description
string

Payload

Payload content of a ParameterVersion resource.

Declaration
[JsonProperty("payload")]
public virtual ParameterVersionPayload Payload { get; set; }
Property Value
Type Description
ParameterVersionPayload

RenderedPayload

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 substitution only works for a Parameter which is in JSON or YAML format.

Declaration
[JsonProperty("renderedPayload")]
public virtual string RenderedPayload { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX