Cloud Document AI v1beta3 API - Class CommonOperationMetadata (2.0.0-beta19)

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

Reference documentation and code samples for the Cloud Document AI v1beta3 API class CommonOperationMetadata.

The common metadata for long running operations.

Inheritance

object > CommonOperationMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

CommonOperationMetadata()

public CommonOperationMetadata()

CommonOperationMetadata(CommonOperationMetadata)

public CommonOperationMetadata(CommonOperationMetadata other)
Parameter
NameDescription
otherCommonOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of the operation.

Property Value
TypeDescription
Timestamp

Resource

public string Resource { get; set; }

A related resource to this operation.

Property Value
TypeDescription
string

State

public CommonOperationMetadata.Types.State State { get; set; }

The state of the operation.

Property Value
TypeDescription
CommonOperationMetadataTypesState

StateMessage

public string StateMessage { get; set; }

A message providing more details about the current state of processing.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The last update time of the operation.

Property Value
TypeDescription
Timestamp