Uses of Interface
com.google.spanner.v1.SessionOrBuilder
-
Packages that use SessionOrBuilder Package Description com.google.spanner.v1 -
-
Uses of SessionOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement SessionOrBuilder Modifier and Type Class Description class
Session
A session in the Cloud Spanner API.static class
Session.Builder
A session in the Cloud Spanner API.Methods in com.google.spanner.v1 that return SessionOrBuilder Modifier and Type Method Description SessionOrBuilder
BatchCreateSessionsResponse.Builder. getSessionOrBuilder(int index)
The freshly created sessions.SessionOrBuilder
BatchCreateSessionsResponse. getSessionOrBuilder(int index)
The freshly created sessions.SessionOrBuilder
BatchCreateSessionsResponseOrBuilder. getSessionOrBuilder(int index)
The freshly created sessions.SessionOrBuilder
CreateSessionRequest.Builder. getSessionOrBuilder()
Required.SessionOrBuilder
CreateSessionRequest. getSessionOrBuilder()
Required.SessionOrBuilder
CreateSessionRequestOrBuilder. getSessionOrBuilder()
Required.SessionOrBuilder
ListSessionsResponse.Builder. getSessionsOrBuilder(int index)
The list of requested sessions.SessionOrBuilder
ListSessionsResponse. getSessionsOrBuilder(int index)
The list of requested sessions.SessionOrBuilder
ListSessionsResponseOrBuilder. getSessionsOrBuilder(int index)
The list of requested sessions.SessionOrBuilder
BatchCreateSessionsRequest.Builder. getSessionTemplateOrBuilder()
Parameters to be applied to each created session.SessionOrBuilder
BatchCreateSessionsRequest. getSessionTemplateOrBuilder()
Parameters to be applied to each created session.SessionOrBuilder
BatchCreateSessionsRequestOrBuilder. getSessionTemplateOrBuilder()
Parameters to be applied to each created session.Methods in com.google.spanner.v1 that return types with arguments of type SessionOrBuilder Modifier and Type Method Description List<? extends SessionOrBuilder>
BatchCreateSessionsResponse.Builder. getSessionOrBuilderList()
The freshly created sessions.List<? extends SessionOrBuilder>
BatchCreateSessionsResponse. getSessionOrBuilderList()
The freshly created sessions.List<? extends SessionOrBuilder>
BatchCreateSessionsResponseOrBuilder. getSessionOrBuilderList()
The freshly created sessions.List<? extends SessionOrBuilder>
ListSessionsResponse.Builder. getSessionsOrBuilderList()
The list of requested sessions.List<? extends SessionOrBuilder>
ListSessionsResponse. getSessionsOrBuilderList()
The list of requested sessions.List<? extends SessionOrBuilder>
ListSessionsResponseOrBuilder. getSessionsOrBuilderList()
The list of requested sessions.
-