Class OperationMetadata (2.0.0)

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

Metadata describing an [Operation][google.longrunning.Operation]

Inheritance

Object > OperationMetadata

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

API version.

Property Value
TypeDescription
String

CancelRequested

public bool CancelRequested { get; set; }

Specifies if cancellation was requested for the operation.

Property Value
TypeDescription
Boolean

CreateTime

public Timestamp CreateTime { get; set; }

The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

The time the operation finished running.

Property Value
TypeDescription
Timestamp

StatusDetail

public string StatusDetail { get; set; }

Human-readable status of the operation, if any.

Property Value
TypeDescription
String

Target

public string Target { get; set; }

Target of the operation - for example projects/project-1/connectivityTests/test-1

Property Value
TypeDescription
String

Verb

public string Verb { get; set; }

Name of the verb executed by the operation.

Property Value
TypeDescription
String