Class AsyncBatchAnnotateFilesRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AsyncBatchAnnotateFilesRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AsyncBatchAnnotateFilesRequest.Builder>
      • getDefaultInstanceForType

        public AsyncBatchAnnotateFilesRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AsyncBatchAnnotateFilesRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AsyncBatchAnnotateFilesRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AsyncBatchAnnotateFilesRequest.Builder>
      • getRequestsCount

        public int getRequestsCount()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequestsCount in interface AsyncBatchAnnotateFilesRequestOrBuilder
      • setRequests

        public AsyncBatchAnnotateFilesRequest.Builder setRequests​(int index,
                                                                  AsyncAnnotateFileRequest value)
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • addRequests

        public AsyncBatchAnnotateFilesRequest.Builder addRequests​(int index,
                                                                  AsyncAnnotateFileRequest value)
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearRequests

        public AsyncBatchAnnotateFilesRequest.Builder clearRequests()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • removeRequests

        public AsyncBatchAnnotateFilesRequest.Builder removeRequests​(int index)
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsBuilder

        public AsyncAnnotateFileRequest.Builder getRequestsBuilder​(int index)
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • addRequestsBuilder

        public AsyncAnnotateFileRequest.Builder addRequestsBuilder()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • addRequestsBuilder

        public AsyncAnnotateFileRequest.Builder addRequestsBuilder​(int index)
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsBuilderList

        public List<AsyncAnnotateFileRequest.Builder> getRequestsBuilderList()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p2beta1.AsyncAnnotateFileRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];