Class Metadata
Metadata includes information associated with a Rollout
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Metadata : IDirectResponseSchema
Properties
Automation
Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
Declaration
[JsonProperty("automation")]
public virtual AutomationRolloutMetadata Automation { get; set; }
Property Value
Type | Description |
---|---|
AutomationRolloutMetadata |
CloudRun
Output only. The name of the Cloud Run Service that is associated with a Rollout
.
Declaration
[JsonProperty("cloudRun")]
public virtual CloudRunMetadata CloudRun { get; set; }
Property Value
Type | Description |
---|---|
CloudRunMetadata |
Custom
Output only. Custom metadata provided by user-defined Rollout
operations.
Declaration
[JsonProperty("custom")]
public virtual CustomMetadata Custom { get; set; }
Property Value
Type | Description |
---|---|
CustomMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |