public sealed class BatchOperationMetadata : IMessage<BatchOperationMetadata>, IEquatable<BatchOperationMetadata>, IDeepCloneable<BatchOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class BatchOperationMetadata.
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
IMessageBatchOperationMetadata, IEquatableBatchOperationMetadata, IDeepCloneableBatchOperationMetadata, 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 |
BatchOperationMetadataTypesState |
|
SubmitTime
public Timestamp SubmitTime { get; set; }The time when the batch request was submitted to the server.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|