Anthos Multi-Cloud v1 API - Class OperationMetadata (2.0.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class OperationMetadata.

Metadata about a long-running operation.

Inheritance

Object > OperationMetadata

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time at which this operation was completed.

Property Value
TypeDescription
Timestamp

ErrorDetail

public string ErrorDetail { get; set; }

Output only. Human-readable status of any error that occurred during the operation.

Property Value
TypeDescription
String

StatusDetail

public string StatusDetail { get; set; }

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

Property Value
TypeDescription
String

Target

public string Target { get; set; }

Output only. The name of the resource associated to this operation.

Property Value
TypeDescription
String