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
.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Metadata()
public Metadata()
Metadata(Metadata)
public Metadata(Metadata other)
Parameter | |
---|---|
Name | Description |
other | Metadata |
Properties
Automation
public AutomationRolloutMetadata Automation { get; set; }
Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
Property Value | |
---|---|
Type | Description |
AutomationRolloutMetadata |
CloudRun
public CloudRunMetadata CloudRun { get; set; }
Output only. The name of the Cloud Run Service that is associated with a
Rollout
.
Property Value | |
---|---|
Type | Description |
CloudRunMetadata |
Custom
public CustomMetadata Custom { get; set; }
Output only. Custom metadata provided by user-defined Rollout
operations.
Property Value | |
---|---|
Type | Description |
CustomMetadata |