Class OperationMetadata (1.1.0)

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

Represents the metadata of the long-running operation.

Inheritance

Object > OperationMetadata

Namespace

Google.Cloud.Workflows.V1

Assembly

Google.Cloud.Workflows.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

ApiVersion

public string ApiVersion { get; set; }

API version used to start the operation.

Property Value
TypeDescription
String

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

Target

public string Target { get; set; }

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

Property Value
TypeDescription
String

Verb

public string Verb { get; set; }

Name of the verb executed by the operation.

Property Value
TypeDescription
String