Class ListDataLabelingJobsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ListDataLabelingJobsResponse.Builder>
com.google.cloud.aiplatform.v1.ListDataLabelingJobsResponse.Builder
All Implemented Interfaces:
ListDataLabelingJobsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListDataLabelingJobsResponse

public static final class ListDataLabelingJobsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListDataLabelingJobsResponse.Builder> implements ListDataLabelingJobsResponseOrBuilder
 Response message for
 [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1.JobService.ListDataLabelingJobs].
 
Protobuf type google.cloud.aiplatform.v1.ListDataLabelingJobsResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListDataLabelingJobsResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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

      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
    • mergeFrom

      public ListDataLabelingJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListDataLabelingJobsResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.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
    • getDataLabelingJobsList

      public List<DataLabelingJob> getDataLabelingJobsList()
       A list of DataLabelingJobs that matches the specified filter in the
       request.
       
      repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      Specified by:
      getDataLabelingJobsList in interface ListDataLabelingJobsResponseOrBuilder
    • 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
    • getDataLabelingJobs

      public DataLabelingJob getDataLabelingJobs(int index)
       A list of DataLabelingJobs that matches the specified filter in the
       request.
       
      repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      Specified by:
      getDataLabelingJobs 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(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(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;
    • getDataLabelingJobsOrBuilder

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

      public List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()
       A list of DataLabelingJobs that matches the specified filter in the
       request.
       
      repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;
      Specified by:
      getDataLabelingJobsOrBuilderList in interface ListDataLabelingJobsResponseOrBuilder
    • 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;
    • getNextPageToken

      public String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListDataLabelingJobsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListDataLabelingJobsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • 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.