Reference documentation and code samples for the Cloud Spanner V1 Client class ListDatabasesResponse.
The response for ListDatabases.
Generated from protobuf message google.spanner.admin.database.v1.ListDatabasesResponse
Namespace
Google \ Cloud \ Spanner \ Admin \ Database \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ databases |
array<Google\Cloud\Spanner\Admin\Database\V1\Database>
Databases that matched the request. |
↳ next_page_token |
string
|
getDatabases
Databases that matched the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDatabases
Databases that matched the request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Spanner\Admin\Database\V1\Database>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
next_page_token
can be sent in a subsequent
ListDatabases
call to fetch more of the matching databases.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
next_page_token
can be sent in a subsequent
ListDatabases
call to fetch more of the matching databases.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |