Infrastructure Manager v1 API - Class OperationMetadata (1.3.0)

public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class OperationMetadata.

Represents the metadata of the long-running operation.

Inheritance

object > OperationMetadata

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

Output only. API version used to start the operation.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when the operation was created.

Property Value
TypeDescription
Timestamp

DeploymentMetadata

public DeploymentOperationMetadata DeploymentMetadata { get; set; }

Output only. Metadata about the deployment operation state.

Property Value
TypeDescription
DeploymentOperationMetadata

EndTime

public Timestamp EndTime { get; set; }

Output only. Time when the operation finished running.

Property Value
TypeDescription
Timestamp

PreviewMetadata

public PreviewOperationMetadata PreviewMetadata { get; set; }

Output only. Metadata about the preview operation state.

Property Value
TypeDescription
PreviewOperationMetadata

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

Property Value
TypeDescription
bool

ResourceMetadataCase

public OperationMetadata.ResourceMetadataOneofCase ResourceMetadataCase { get; }
Property Value
TypeDescription
OperationMetadataResourceMetadataOneofCase

StatusMessage

public string StatusMessage { get; set; }

Output only. Human-readable status of the operation, if any.

Property Value
TypeDescription
string

Target

public string Target { get; set; }

Output only. Server-defined resource path for the target of the operation.

Property Value
TypeDescription
string

Verb

public string Verb { get; set; }

Output only. Name of the verb executed by the operation.

Property Value
TypeDescription
string