public sealed class PreviewOperationMetadata : IMessage<PreviewOperationMetadata>, IEquatable<PreviewOperationMetadata>, IDeepCloneable<PreviewOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class PreviewOperationMetadata.
Ephemeral metadata content describing the state of a preview operation.
Implements
IMessagePreviewOperationMetadata, IEquatablePreviewOperationMetadata, IDeepCloneablePreviewOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
PreviewOperationMetadata()
public PreviewOperationMetadata()
PreviewOperationMetadata(PreviewOperationMetadata)
public PreviewOperationMetadata(PreviewOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | PreviewOperationMetadata |
Properties
Build
public string Build { get; set; }
Output only. Cloud Build instance UUID associated with this preview.
Property Value | |
---|---|
Type | Description |
string |
Logs
public string Logs { get; set; }
Output only. Location of preview logs in gs://{bucket}/{object}
format.
Property Value | |
---|---|
Type | Description |
string |
PreviewArtifacts
public PreviewArtifacts PreviewArtifacts { get; set; }
Artifacts from preview.
Property Value | |
---|---|
Type | Description |
PreviewArtifacts |
Step
public PreviewOperationMetadata.Types.PreviewStep Step { get; set; }
The current step the preview operation is running.
Property Value | |
---|---|
Type | Description |
PreviewOperationMetadataTypesPreviewStep |