public sealed class CommonOperationMetadata : IMessage<CommonOperationMetadata>, IEquatable<CommonOperationMetadata>, IDeepCloneable<CommonOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class CommonOperationMetadata.
The common metadata for long running operations.
Implements
IMessageCommonOperationMetadata, IEquatableCommonOperationMetadata, IDeepCloneableCommonOperationMetadata, 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 |
Resource
public string Resource { get; set; }
A related resource to this operation.
Property Value | |
---|---|
Type | Description |
string |
State
public CommonOperationMetadata.Types.State State { get; set; }
The state of the operation.
Property Value | |
---|---|
Type | Description |
CommonOperationMetadataTypesState |
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 |