Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Session |
Session.clone() |
Session |
CreateSessionRequest.getSession()
Required.
|
Session |
BatchCreateSessionsRequest.getSessionTemplate()
Parameters to apply to each created session.
|
Session |
Session.set(String fieldName,
Object value) |
Session |
Session.setApproximateLastUseTime(String approximateLastUseTime)
Output only.
|
Session |
Session.setCreateTime(String createTime)
Output only.
|
Session |
Session.setCreatorRole(String creatorRole)
The database role which created this session.
|
Session |
Session.setLabels(Map<String,String> labels)
The labels for the session.
|
Session |
Session.setMultiplexed(Boolean multiplexed)
Optional.
|
Session |
Session.setName(String name)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Session> |
BatchCreateSessionsResponse.getSession()
The freshly created sessions.
|
List<Session> |
ListSessionsResponse.getSessions()
The list of requested sessions.
|
Modifier and Type | Method and Description |
---|---|
CreateSessionRequest |
CreateSessionRequest.setSession(Session session)
Required.
|
BatchCreateSessionsRequest |
BatchCreateSessionsRequest.setSessionTemplate(Session sessionTemplate)
Parameters to apply to each created session.
|
Modifier and Type | Method and Description |
---|---|
BatchCreateSessionsResponse |
BatchCreateSessionsResponse.setSession(List<Session> session)
The freshly created sessions.
|
ListSessionsResponse |
ListSessionsResponse.setSessions(List<Session> sessions)
The list of requested sessions.
|
Copyright © 2011–2025 Google. All rights reserved.