Class AsyncBatchAnnotateImagesRequest.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<AsyncBatchAnnotateImagesRequest.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<AsyncBatchAnnotateImagesRequest.Builder>
      • getDefaultInstanceForType

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

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

        public AsyncBatchAnnotateImagesRequest 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<AsyncBatchAnnotateImagesRequest.Builder>
      • getRequestsCount

        public int getRequestsCount()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequestsCount in interface AsyncBatchAnnotateImagesRequestOrBuilder
      • setRequests

        public AsyncBatchAnnotateImagesRequest.Builder setRequests​(int index,
                                                                   AnnotateImageRequest value)
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • addRequests

        public AsyncBatchAnnotateImagesRequest.Builder addRequests​(int index,
                                                                   AnnotateImageRequest value)
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearRequests

        public AsyncBatchAnnotateImagesRequest.Builder clearRequests()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • removeRequests

        public AsyncBatchAnnotateImagesRequest.Builder removeRequests​(int index)
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • getRequestsBuilder

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

        public AnnotateImageRequest.Builder addRequestsBuilder()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • addRequestsBuilder

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

        public List<AnnotateImageRequest.Builder> getRequestsBuilderList()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1p4beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasOutputConfig

        public boolean hasOutputConfig()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasOutputConfig in interface AsyncBatchAnnotateImagesRequestOrBuilder
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        public OutputConfig getOutputConfig()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputConfig in interface AsyncBatchAnnotateImagesRequestOrBuilder
        Returns:
        The outputConfig.
      • setOutputConfig

        public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig​(OutputConfig value)
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • setOutputConfig

        public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig​(OutputConfig.Builder builderForValue)
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeOutputConfig

        public AsyncBatchAnnotateImagesRequest.Builder mergeOutputConfig​(OutputConfig value)
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearOutputConfig

        public AsyncBatchAnnotateImagesRequest.Builder clearOutputConfig()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getOutputConfigBuilder

        public OutputConfig.Builder getOutputConfigBuilder()
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1p4beta1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];