Anthos Multi-Cloud v1 API - Class OperationMetadata (2.5.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

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether it has been requested cancellation for 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

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

Verb

public string Verb { get; set; }

Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import".

Property Value
TypeDescription
string