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.v1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRequestsCount in interface AsyncBatchAnnotateImagesRequestOrBuilder
      • clearRequests

        public AsyncBatchAnnotateImagesRequest.Builder clearRequests()
         Required. Individual image annotation requests for this batch.
         
        repeated .google.cloud.vision.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasOutputConfig in interface AsyncBatchAnnotateImagesRequestOrBuilder
        Returns:
        Whether the outputConfig field is set.
      • setOutputConfig

        public AsyncBatchAnnotateImagesRequest.Builder setOutputConfig​(OutputConfig value)
         Required. The desired output location and metadata (e.g. format).
         
        .google.cloud.vision.v1.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.v1.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.v1.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.v1.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
      • getParent

        public 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;
        Specified by:
        getParent in interface AsyncBatchAnnotateImagesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public 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;
        Specified by:
        getParentBytes in interface AsyncBatchAnnotateImagesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public AsyncBatchAnnotateImagesRequest.Builder setParent​(String value)
         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;
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public AsyncBatchAnnotateImagesRequest.Builder clearParent()
         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:
        This builder for chaining.
      • setParentBytes

        public AsyncBatchAnnotateImagesRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.