public interface AsyncBatchAnnotateFilesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AsyncAnnotateFileRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<AsyncAnnotateFileRequest> |
getRequestsList()
Required.
|
AsyncAnnotateFileRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends AsyncAnnotateFileRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<AsyncAnnotateFileRequest> getRequestsList()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
AsyncAnnotateFileRequest getRequests(int index)
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
int getRequestsCount()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends AsyncAnnotateFileRequestOrBuilder> getRequestsOrBuilderList()
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
AsyncAnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)
Required. Individual async file annotation requests for this batch.
repeated .google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.