Package | Description |
---|---|
com.google.api.services.spanner.v1 | |
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Spanner.Projects.Instances.Databases.Sessions.BatchCreate |
Spanner.Projects.Instances.Databases.Sessions.batchCreate(String database,
BatchCreateSessionsRequest content)
Creates multiple new sessions.
|
Constructor and Description |
---|
BatchCreate(String database,
BatchCreateSessionsRequest content)
Creates multiple new sessions.
|
Modifier and Type | Method and Description |
---|---|
BatchCreateSessionsRequest |
BatchCreateSessionsRequest.clone() |
BatchCreateSessionsRequest |
BatchCreateSessionsRequest.set(String fieldName,
Object value) |
BatchCreateSessionsRequest |
BatchCreateSessionsRequest.setSessionCount(Integer sessionCount)
Required.
|
BatchCreateSessionsRequest |
BatchCreateSessionsRequest.setSessionTemplate(Session sessionTemplate)
Parameters to apply to each created session.
|
Copyright © 2011–2025 Google. All rights reserved.