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.
Implements
IMessage<BatchOperationMetadata>, IEquatable<BatchOperationMetadata>, IDeepCloneable<BatchOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
BatchOperationMetadata()
public BatchOperationMetadata()
BatchOperationMetadata(BatchOperationMetadata)
public BatchOperationMetadata(BatchOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | BatchOperationMetadata |
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 | |
---|---|
Type | Description |
Timestamp |
State
public BatchOperationMetadata.Types.State State { get; set; }
The current state of the batch operation.
Property Value | |
---|---|
Type | Description |
BatchOperationMetadata.Types.State |
SubmitTime
public Timestamp SubmitTime { get; set; }
The time when the batch request was submitted to the server.
Property Value | |
---|---|
Type | Description |
Timestamp |