public interface AsyncBatchAnnotateFilesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileRequest |
getRequests(int index)
Individual async file annotation requests for this batch.
|
int |
getRequestsCount()
Individual async file annotation requests for this batch.
|
java.util.List<AsyncAnnotateFileRequest> |
getRequestsList()
Individual async file annotation requests for this batch.
|
AsyncAnnotateFileRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual async file annotation requests for this batch.
|
java.util.List<? extends AsyncAnnotateFileRequestOrBuilder> |
getRequestsOrBuilderList()
Individual async file annotation requests for this batch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<AsyncAnnotateFileRequest> getRequestsList()
Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1;
AsyncAnnotateFileRequest getRequests(int index)
Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1;
int getRequestsCount()
Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1;
java.util.List<? extends AsyncAnnotateFileRequestOrBuilder> getRequestsOrBuilderList()
Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1;
AsyncAnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)
Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1;