Class BatchOperationMetadata (2.5.0)

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

Metadata for the batch operations such as the current state.

This is included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.

Inheritance

Object > BatchOperationMetadata

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

BatchOperationMetadata()

public BatchOperationMetadata()

BatchOperationMetadata(BatchOperationMetadata)

public BatchOperationMetadata(BatchOperationMetadata other)
Parameter
NameDescription
otherBatchOperationMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

The time when the batch request is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.

Property Value
TypeDescription
Timestamp

State

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

The current state of the batch operation.

Property Value
TypeDescription
BatchOperationMetadata.Types.State

SubmitTime

public Timestamp SubmitTime { get; set; }

The time when the batch request was submitted to the server.

Property Value
TypeDescription
Timestamp