Class PreviewOperationMetadata
Ephemeral metadata content describing the state of a preview operation.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class PreviewOperationMetadata : IDirectResponseSchemaProperties
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 |