Interface AsyncBatchAnnotateFilesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsyncBatchAnnotateFilesRequest
,AsyncBatchAnnotateFilesRequest.Builder
public interface AsyncBatchAnnotateFilesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncAnnotateFileRequest
getRequests(int index)
Required.int
getRequestsCount()
Required.List<AsyncAnnotateFileRequest>
getRequestsList()
Required.AsyncAnnotateFileRequestOrBuilder
getRequestsOrBuilder(int index)
Required.List<? extends AsyncAnnotateFileRequestOrBuilder>
getRequestsOrBuilderList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestsList
List<AsyncAnnotateFileRequest> getRequestsList()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequests
AsyncAnnotateFileRequest getRequests(int index)
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsCount
int getRequestsCount()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilderList
List<? extends AsyncAnnotateFileRequestOrBuilder> getRequestsOrBuilderList()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
getRequestsOrBuilder
AsyncAnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p3beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
-
-