Package com.google.spanner.v1
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
Modifier and TypeMethodDescription`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`next_page_token` can be sent in a subsequent [ListSessions][google.spanner.v1.Spanner.ListSessions] call to fetch more of the matching sessions.getSessions(int index) The list of requested sessions.intThe list of requested sessions.The list of requested sessions.getSessionsOrBuilder(int index) The list of requested sessions.List<? extends SessionOrBuilder>The list of requested sessions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionsList
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1; -
getSessions
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
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.
-