Reference documentation and code samples for the Cloud Spanner V1 Client class BatchCreateSessionsResponse.
The response for BatchCreateSessions.
Generated from protobuf message google.spanner.v1.BatchCreateSessionsResponse
Namespace
Google \ Cloud \ Spanner \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ session |
array<Session>
The freshly created sessions. |
getSession
The freshly created sessions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Session> |
|
setSession
The freshly created sessions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Session>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|