public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Represents the metadata of the long-running operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.V1BetaAssembly
Google.Cloud.Workflows.V1Beta.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
API version used to start the operation.
Property Value | |
---|---|
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
Target
public string Target { get; set; }
Server-defined resource path for the target of the operation.
Property Value | |
---|---|
Type | Description |
String |
Verb
public string Verb { get; set; }
Name of the verb executed by the operation.
Property Value | |
---|---|
Type | Description |
String |