public interface BatchAnnotateFilesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AnnotateFileRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<AnnotateFileRequest> |
getRequestsList()
Required.
|
AnnotateFileRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends AnnotateFileRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<AnnotateFileRequest> getRequestsList()
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
AnnotateFileRequest getRequests(int index)
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
int getRequestsCount()
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends AnnotateFileRequestOrBuilder> getRequestsOrBuilderList()
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
AnnotateFileRequestOrBuilder getRequestsOrBuilder(int index)
Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
repeated .google.cloud.vision.v1p4beta1.AnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.