public sealed class BatchOperationMetadata : IMessage<BatchOperationMetadata>, IEquatable<BatchOperationMetadata>, IDeepCloneable<BatchOperationMetadata>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides reference documentation and code samples for the `BatchOperationMetadata` class within the Google Cloud Vision v1 API."],["This class, `BatchOperationMetadata`, is used to provide metadata for batch operations, including their current state, and is part of the `google::longrunning::Operations` service's `Operation` metadata field."],["The documentation lists available versions of the `BatchOperationMetadata` class, ranging from version 2.3.0 to the latest version 3.7.0, and highlights version 3.5.0 as the primary context."],["The `BatchOperationMetadata` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message management and data handling."],["Key properties of `BatchOperationMetadata` include `EndTime`, `State`, and `SubmitTime`, which track the completion time, current state, and submission time of batch requests, respectively."]]],[]]