Interface AsyncBatchAnnotateFilesRequestOrBuilder

    • Method Detail

      • getRequestsList

        List<AsyncAnnotateFileRequest> getRequestsList()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1.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.v1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsCount

        int getRequestsCount()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1.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.v1.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.v1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getParent

        String getParent()
         Optional. Target project and location to make a call.
        
         Format: `projects/{project-id}/locations/{location-id}`.
        
         If no parent is specified, a region will be chosen automatically.
        
         Supported location-ids:
             `us`: USA country only,
             `asia`: East asia areas, like Japan, Taiwan,
             `eu`: The European Union.
        
         Example: `projects/project-A/locations/eu`.
         
        string parent = 4;
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Optional. Target project and location to make a call.
        
         Format: `projects/{project-id}/locations/{location-id}`.
        
         If no parent is specified, a region will be chosen automatically.
        
         Supported location-ids:
             `us`: USA country only,
             `asia`: East asia areas, like Japan, Taiwan,
             `eu`: The European Union.
        
         Example: `projects/project-A/locations/eu`.
         
        string parent = 4;
        Returns:
        The bytes for parent.