public interface ListSessionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Session> getSessionsList()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Session getSessions(int index)
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
int getSessionsCount()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
List<? extends SessionOrBuilder> getSessionsOrBuilderList()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
SessionOrBuilder getSessionsOrBuilder(int index)
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.