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

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

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

        public ListDataLabelingJobsResponse 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<ListDataLabelingJobsResponse.Builder>
      • mergeFrom

        public ListDataLabelingJobsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListDataLabelingJobsResponse.Builder>
        Throws:
        IOException
      • getDataLabelingJobsCount

        public int getDataLabelingJobsCount()
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
        Specified by:
        getDataLabelingJobsCount in interface ListDataLabelingJobsResponseOrBuilder
      • setDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder setDataLabelingJobs​(int index,
                                                                        DataLabelingJob value)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • setDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder setDataLabelingJobs​(int index,
                                                                        DataLabelingJob.Builder builderForValue)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder addDataLabelingJobs​(DataLabelingJob value)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder addDataLabelingJobs​(int index,
                                                                        DataLabelingJob value)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder addDataLabelingJobs​(int index,
                                                                        DataLabelingJob.Builder builderForValue)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addAllDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder addAllDataLabelingJobs​(Iterable<? extends DataLabelingJob> values)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • clearDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder clearDataLabelingJobs()
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • removeDataLabelingJobs

        public ListDataLabelingJobsResponse.Builder removeDataLabelingJobs​(int index)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • getDataLabelingJobsBuilder

        public DataLabelingJob.Builder getDataLabelingJobsBuilder​(int index)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addDataLabelingJobsBuilder

        public DataLabelingJob.Builder addDataLabelingJobsBuilder()
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • addDataLabelingJobsBuilder

        public DataLabelingJob.Builder addDataLabelingJobsBuilder​(int index)
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • getDataLabelingJobsBuilderList

        public List<DataLabelingJob.Builder> getDataLabelingJobsBuilderList()
         A list of DataLabelingJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      • setNextPageToken

        public ListDataLabelingJobsResponse.Builder setNextPageToken​(String value)
         The standard List next-page token.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListDataLabelingJobsResponse.Builder clearNextPageToken()
         The standard List next-page token.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListDataLabelingJobsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         The standard List next-page token.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.