Class OperationMetadata (1.0.0-beta03)

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

Contains metadata for the BatchProcessDocuments operation.

Inheritance

Object > OperationMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of the operation.

Property Value
TypeDescription
Timestamp

State

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

The state of the current batch processing.

Property Value
TypeDescription
OperationMetadata.Types.State

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