Show / Hide Table of Contents

Class DeploymentOperationMetadata

Ephemeral metadata content describing the state of a deployment operation.

Inheritance
object
DeploymentOperationMetadata
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.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class DeploymentOperationMetadata : IDirectResponseSchema

Properties

ApplyResults

Outputs and artifacts from applying a deployment.

Declaration
[JsonProperty("applyResults")]
public virtual ApplyResults ApplyResults { get; set; }
Property Value
Type Description
ApplyResults

Build

Output only. Cloud Build instance UUID associated with this operation.

Declaration
[JsonProperty("build")]
public virtual string Build { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Logs

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

Declaration
[JsonProperty("logs")]
public virtual string Logs { get; set; }
Property Value
Type Description
string

Step

The current step the deployment operation is running.

Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX