public interface ListSessionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() next_page_token can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() next_page_token can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getSessions(int index)
public abstract Session getSessions(int index)The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
| Name | Description |
| index | int |
| Type | Description |
| Session |
getSessionsCount()
public abstract int getSessionsCount()The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
| Type | Description |
| int |
getSessionsList()
public abstract List<Session> getSessionsList()The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
| Type | Description |
| List<Session> |
getSessionsOrBuilder(int index)
public abstract SessionOrBuilder getSessionsOrBuilder(int index)The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
| Name | Description |
| index | int |
| Type | Description |
| SessionOrBuilder |
getSessionsOrBuilderList()
public abstract List<? extends SessionOrBuilder> getSessionsOrBuilderList()The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
| Type | Description |
| List<? extends com.google.spanner.v1.SessionOrBuilder> |