Interface BatchAnnotateFilesRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchAnnotateFilesRequest, BatchAnnotateFilesRequest.Builder

    public interface BatchAnnotateFilesRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRequestsList

        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];
      • getRequests

        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];
      • getRequestsCount

        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];
      • getRequestsOrBuilderList

        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];
      • getRequestsOrBuilder

        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];