Show / Hide Table of Contents

Class Metadata

Metadata includes information associated with a Rollout.

Inheritance
object
Metadata
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX