public sealed class DeploymentOperationMetadata : IMessage<DeploymentOperationMetadata>, IEquatable<DeploymentOperationMetadata>, IDeepCloneable<DeploymentOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class DeploymentOperationMetadata.
Ephemeral metadata content describing the state of a deployment operation.
Implements
IMessageDeploymentOperationMetadata, IEquatableDeploymentOperationMetadata, IDeepCloneableDeploymentOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
DeploymentOperationMetadata()
public DeploymentOperationMetadata()DeploymentOperationMetadata(DeploymentOperationMetadata)
public DeploymentOperationMetadata(DeploymentOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentOperationMetadata |
Properties
ApplyResults
public ApplyResults ApplyResults { get; set; }Outputs and artifacts from applying a deployment.
| Property Value | |
|---|---|
| Type | Description |
ApplyResults |
|
Build
public string Build { get; set; }Output only. Cloud Build instance UUID associated with this operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Logs
public string Logs { get; set; }Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Step
public DeploymentOperationMetadata.Types.DeploymentStep Step { get; set; }The current step the deployment operation is running.
| Property Value | |
|---|---|
| Type | Description |
DeploymentOperationMetadataTypesDeploymentStep |
|