Interface ListSessionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListSessionsResponse, ListSessionsResponse.Builder

@Generated public interface ListSessionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token] to retrieve the next page.
    getSessions(int index)
    A list of sessions matching the request.
    int
    A list of sessions matching the request.
    A list of sessions matching the request.
    A list of sessions matching the request.
    A list of sessions matching the request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSessionsList

      List<Session> getSessionsList()
       A list of sessions matching the request.
       
      repeated .google.cloud.aiplatform.v1.Session sessions = 1;
    • getSessions

      Session getSessions(int index)
       A list of sessions matching the request.
       
      repeated .google.cloud.aiplatform.v1.Session sessions = 1;
    • getSessionsCount

      int getSessionsCount()
       A list of sessions matching the request.
       
      repeated .google.cloud.aiplatform.v1.Session sessions = 1;
    • getSessionsOrBuilderList

      List<? extends SessionOrBuilder> getSessionsOrBuilderList()
       A list of sessions matching the request.
       
      repeated .google.cloud.aiplatform.v1.Session sessions = 1;
    • getSessionsOrBuilder

      SessionOrBuilder getSessionsOrBuilder(int index)
       A list of sessions matching the request.
       
      repeated .google.cloud.aiplatform.v1.Session sessions = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token]
       to retrieve the next page. Absence of this field indicates there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListSessionsRequest.page_token][google.cloud.aiplatform.v1.ListSessionsRequest.page_token]
       to retrieve the next page. Absence of this field indicates there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.