public static final class ListNasJobsResponse.Builder extends GeneratedMessageV3.Builder<ListNasJobsResponse.Builder> implements ListNasJobsResponseOrBuilder
   
   Response message for
 JobService.ListNasJobs
 Protobuf type google.cloud.aiplatform.v1.ListNasJobsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ListNasJobsResponse.Builder addAllNasJobs(Iterable<? extends NasJob> values)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.NasJob>
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder addNasJobs(NasJob value)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | NasJob
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder addNasJobs(NasJob.Builder builderForValue)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    public ListNasJobsResponse.Builder addNasJobs(int index, NasJob value)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | NasJob
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder addNasJobs(int index, NasJob.Builder builderForValue)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    public NasJob.Builder addNasJobsBuilder()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    public NasJob.Builder addNasJobsBuilder(int index)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListNasJobsResponse build()
   
  
  
  
  
    public ListNasJobsResponse buildPartial()
   
  
  
  
  
    public ListNasJobsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder clearNasJobs()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
clearNextPageToken()
  
    public ListNasJobsResponse.Builder clearNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListNasJobsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    public ListNasJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListNasJobsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public NasJob getNasJobs(int index)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | NasJob |  | 
    
  
  
  
  
    public NasJob.Builder getNasJobsBuilder(int index)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<NasJob.Builder> getNasJobsBuilderList()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    public int getNasJobsCount()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<NasJob> getNasJobsList()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    public NasJobOrBuilder getNasJobsOrBuilder(int index)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.NasJobOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListNasJobsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve the next page of results.
 Pass to
 ListNasJobsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder mergeFrom(ListNasJobsResponse other)
   
  
  
  
  
  
    public ListNasJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListNasJobsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListNasJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder removeNasJobs(int index)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListNasJobsResponse.Builder setNasJobs(int index, NasJob value)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | NasJob
 | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder setNasJobs(int index, NasJob.Builder builderForValue)
   
   List of NasJobs in the requested page.
 NasJob.nas_job_output
 of the jobs will not be returned.
 repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
setNextPageToken(String value)
  
    public ListNasJobsResponse.Builder setNextPageToken(String value)
   
   A token to retrieve the next page of results.
 Pass to
 ListNasJobsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListNasJobsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve the next page of results.
 Pass to
 ListNasJobsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  
  
    public ListNasJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListNasJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides