public static final class ListSessionsResponse.Builder extends GeneratedMessageV3.Builder<ListSessionsResponse.Builder> implements ListSessionsResponseOrBuilder
   
   Response message for
 SessionService.ListSessions.
 Protobuf type google.cloud.aiplatform.v1beta1.ListSessionsResponse
    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 ListSessionsResponse.Builder addAllSessions(Iterable<? extends Session> values)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.Session>
 | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder addSessions(Session value)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Session
 | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder addSessions(Session.Builder builderForValue)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public ListSessionsResponse.Builder addSessions(int index, Session value)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Session
 | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder addSessions(int index, Session.Builder builderForValue)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public Session.Builder addSessionsBuilder()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public Session.Builder addSessionsBuilder(int index)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListSessionsResponse build()
   
  
  
  
  
    public ListSessionsResponse buildPartial()
   
  
  
  
  
    public ListSessionsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListSessionsResponse.Builder clearNextPageToken()
   
   A token, which can be sent as
 ListSessionsRequest.page_token
 to retrieve the next page. Absence of this field indicates there are no
 subsequent pages.
 string next_page_token = 2;
    public ListSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder clearSessions()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public ListSessionsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListSessionsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token, which can be sent as
 ListSessionsRequest.page_token
 to retrieve the next page. Absence of this field indicates there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token, which can be sent as
 ListSessionsRequest.page_token
 to retrieve the next page. Absence of this field indicates there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  
  
    public Session getSessions(int index)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public Session.Builder getSessionsBuilder(int index)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Session.Builder> getSessionsBuilderList()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public int getSessionsCount()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Session> getSessionsList()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public SessionOrBuilder getSessionsOrBuilder(int index)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends SessionOrBuilder> getSessionsOrBuilderList()
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.SessionOrBuilder> |  | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder mergeFrom(ListSessionsResponse other)
   
  
  
  
  
  
    public ListSessionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListSessionsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListSessionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder removeSessions(int index)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListSessionsResponse.Builder setNextPageToken(String value)
   
   A token, which can be sent as
 ListSessionsRequest.page_token
 to retrieve the next page. Absence of this field indicates there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListSessionsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token, which can be sent as
 ListSessionsRequest.page_token
 to retrieve the next page. Absence of this field indicates there are no
 subsequent pages.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListSessionsResponse.Builder setSessions(int index, Session value)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Session
 | 
    
  
  
  
  
  
    public ListSessionsResponse.Builder setSessions(int index, Session.Builder builderForValue)
   
   A list of sessions matching the request.
 repeated .google.cloud.aiplatform.v1beta1.Session sessions = 1;
    public final ListSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides