Show / Hide Table of Contents

Class PreviewOperationMetadata

Ephemeral metadata content describing the state of a preview operation.

Inheritance
object
PreviewOperationMetadata
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 PreviewOperationMetadata : IDirectResponseSchema

Properties

Build

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

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 preview logs in gs://{bucket}/{object} format.

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

PreviewArtifacts

Artifacts from preview.

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

Step

The current step the preview 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