ListDatabasesResponse
class ListDatabasesResponse extends Message
The response for [ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].
Protobuf type Google\Spanner\Admin\Database\V1\ListDatabasesResponse
Methods
No description
Databases that matched the request.
Databases that matched the request.
next_page_token
can be sent in a subsequent
[ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more
of the matching databases.
next_page_token
can be sent in a subsequent
[ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more
of the matching databases.
Details
at line 33
__construct()
at line 44
RepeatedField
getDatabases()
Databases that matched the request.
Generated from protobuf field repeated .google.spanner.admin.database.v1.Database databases = 1;
at line 55
setDatabases(array|RepeatedField $var)
Databases that matched the request.
Generated from protobuf field repeated .google.spanner.admin.database.v1.Database databases = 1;
at line 69
string
getNextPageToken()
next_page_token
can be sent in a subsequent
[ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more
of the matching databases.
Generated from protobuf field string next_page_token = 2;
at line 82
setNextPageToken(string $var)
next_page_token
can be sent in a subsequent
[ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more
of the matching databases.
Generated from protobuf field string next_page_token = 2;