public interface ListSessionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.util.List<Session> |
getSessionsList()
The list of requested sessions.
|
SessionOrBuilder |
getSessionsOrBuilder(int index)
The list of requested sessions.
|
java.util.List<? extends SessionOrBuilder> |
getSessionsOrBuilderList()
The list of requested sessions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.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;java.util.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;java.lang.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;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;