public sealed class CommonOperationMetadata : IMessage<CommonOperationMetadata>, IEquatable<CommonOperationMetadata>, IDeepCloneable<CommonOperationMetadata>, IBufferMessage, IMessageThe common metadata for long running operations.
Implements
IMessage<CommonOperationMetadata>, IEquatable<CommonOperationMetadata>, IDeepCloneable<CommonOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
CommonOperationMetadata()
public CommonOperationMetadata()CommonOperationMetadata(CommonOperationMetadata)
public CommonOperationMetadata(CommonOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
CommonOperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }The creation time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public CommonOperationMetadata.Types.State State { get; set; }The state of the operation.
| Property Value | |
|---|---|
| Type | Description |
CommonOperationMetadata.Types.State |
|
StateMessage
public string StateMessage { get; set; }A message providing more details about the current state of processing.
| Property Value | |
|---|---|
| Type | Description |
String |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The last update time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|