Cloud Firestore V1 Client - Class ListDatabasesResponse (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class ListDatabasesResponse.

The list of databases for a project.

Generated from protobuf message google.firestore.admin.v1.ListDatabasesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ databases array<Google\Cloud\Firestore\Admin\V1\Database>

The databases in the project.

getDatabases

The databases in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDatabases

The databases in the project.

Parameter
NameDescription
var array<Google\Cloud\Firestore\Admin\V1\Database>
Returns
TypeDescription
$this