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

        public AsyncBatchAnnotateFilesRequest.Builder clearRequests()
         Required. Individual async file annotation requests for this batch.
         
        repeated .google.cloud.vision.v1.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.v1.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.v1.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.v1.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.v1.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.v1.AsyncAnnotateFileRequest requests = 1 [(.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 AsyncBatchAnnotateFilesRequestOrBuilder
        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 AsyncBatchAnnotateFilesRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public AsyncBatchAnnotateFilesRequest.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 AsyncBatchAnnotateFilesRequest.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 AsyncBatchAnnotateFilesRequest.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.