public static final class ListSpecialistPoolsResponse.Builder extends GeneratedMessageV3.Builder<ListSpecialistPoolsResponse.Builder> implements ListSpecialistPoolsResponseOrBuilder
   
   Response message for
 SpecialistPoolService.ListSpecialistPools.
 Protobuf type google.cloud.aiplatform.v1beta1.ListSpecialistPoolsResponse
 
  
  
  
    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 ListSpecialistPoolsResponse.Builder addAllSpecialistPools(Iterable<? extends SpecialistPool> values)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        values | 
        Iterable<? extends com.google.cloud.aiplatform.v1beta1.SpecialistPool>
  | 
      
    
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder addSpecialistPools(SpecialistPool value)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder addSpecialistPools(SpecialistPool.Builder builderForValue)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder addSpecialistPools(int index, SpecialistPool value)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder addSpecialistPools(int index, SpecialistPool.Builder builderForValue)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public SpecialistPool.Builder addSpecialistPoolsBuilder()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
    public SpecialistPool.Builder addSpecialistPoolsBuilder(int index)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public ListSpecialistPoolsResponse build()
   
  
  
  
  
    public ListSpecialistPoolsResponse buildPartial()
   
  
  
  
  
    public ListSpecialistPoolsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListSpecialistPoolsResponse.Builder clearNextPageToken()
   
   The standard List next-page token.
 string next_page_token = 2;
 
  
  
  
  
    public ListSpecialistPoolsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder clearSpecialistPools()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
    public ListSpecialistPoolsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   The standard List next-page token.
 string next_page_token = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        String | 
        The nextPageToken. 
 | 
      
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   The standard List next-page token.
 string next_page_token = 2;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        ByteString | 
        The bytes for nextPageToken. 
 | 
      
    
  
  
  
  
    public SpecialistPool getSpecialistPools(int index)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public SpecialistPool.Builder getSpecialistPoolsBuilder(int index)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<SpecialistPool.Builder> getSpecialistPoolsBuilderList()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
    public int getSpecialistPoolsCount()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  
  
    public List<SpecialistPool> getSpecialistPoolsList()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
    public SpecialistPoolOrBuilder getSpecialistPoolsOrBuilder(int index)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public List<? extends SpecialistPoolOrBuilder> getSpecialistPoolsOrBuilderList()
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.aiplatform.v1beta1.SpecialistPoolOrBuilder> | 
         | 
      
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder mergeFrom(ListSpecialistPoolsResponse other)
   
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  
  
    public final ListSpecialistPoolsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder removeSpecialistPools(int index)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListSpecialistPoolsResponse.Builder setNextPageToken(String value)
   
   The standard List next-page token.
 string next_page_token = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        String
 The nextPageToken to set. 
 | 
      
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListSpecialistPoolsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   The standard List next-page token.
 string next_page_token = 2;
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        value | 
        ByteString
 The bytes for nextPageToken to set. 
 | 
      
    
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListSpecialistPoolsResponse.Builder setSpecialistPools(int index, SpecialistPool value)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public ListSpecialistPoolsResponse.Builder setSpecialistPools(int index, SpecialistPool.Builder builderForValue)
   
   A list of SpecialistPools that matches the specified filter in the request.
 repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
 
  
  
  
  
  
    public final ListSpecialistPoolsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides