Google Cloud Deploy v1 API - Class Metadata (2.15.0)

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

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

Metadata includes information associated with a Rollout.

Inheritance

object > Metadata

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Metadata()

public Metadata()

Metadata(Metadata)

public Metadata(Metadata other)
Parameter
NameDescription
otherMetadata

Properties

Automation

public AutomationRolloutMetadata Automation { get; set; }

Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.

Property Value
TypeDescription
AutomationRolloutMetadata

CloudRun

public CloudRunMetadata CloudRun { get; set; }

Output only. The name of the Cloud Run Service that is associated with a Rollout.

Property Value
TypeDescription
CloudRunMetadata

Custom

public CustomMetadata Custom { get; set; }

Output only. Custom metadata provided by user-defined Rollout operations.

Property Value
TypeDescription
CustomMetadata