Google Cloud Deploy v1 API - Class RenderMetadata (2.3.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class RenderMetadata.

RenderMetadata includes information associated with a Release render.

Inheritance

object > RenderMetadata

Namespace

GoogleCloudGoogle.Cloud.DeployV1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RenderMetadata()

public RenderMetadata()

RenderMetadata(RenderMetadata)

public RenderMetadata(RenderMetadata other)
Parameter
NameDescription
otherRenderMetadata

Properties

CloudRun

public CloudRunRenderMetadata CloudRun { get; set; }

Output only. Metadata associated with rendering for Cloud Run.

Property Value
TypeDescription
CloudRunRenderMetadata