Interface ListSessionsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      `next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      `next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.
      Session getSessions​(int index)
      The list of requested sessions.
      int getSessionsCount()
      The list of requested sessions.
      List<Session> getSessionsList()
      The list of requested sessions.
      SessionOrBuilder getSessionsOrBuilder​(int index)
      The list of requested sessions.
      List<? extends SessionOrBuilder> getSessionsOrBuilderList()
      The list of requested sessions.
      • 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 Detail

      • getSessionsList

        List<Session> getSessionsList()
         The list of requested sessions.
         
        repeated .google.spanner.v1.Session sessions = 1;
      • getSessions

        Session getSessions​(int index)
         The list of requested sessions.
         
        repeated .google.spanner.v1.Session sessions = 1;
      • getSessionsCount

        int getSessionsCount()
         The list of requested sessions.
         
        repeated .google.spanner.v1.Session sessions = 1;
      • getSessionsOrBuilderList

        List<? extends SessionOrBuilder> getSessionsOrBuilderList()
         The list of requested sessions.
         
        repeated .google.spanner.v1.Session sessions = 1;
      • getSessionsOrBuilder

        SessionOrBuilder getSessionsOrBuilder​(int index)
         The list of requested sessions.
         
        repeated .google.spanner.v1.Session sessions = 1;
      • getNextPageToken

        String getNextPageToken()
         `next_page_token` can be sent in a subsequent
         [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching
         sessions.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         `next_page_token` can be sent in a subsequent
         [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching
         sessions.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.