Cloud Firestore V1 Client - Class ListDatabasesResponse (1.37.7)

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

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setDatabases

The databases in the project.

Parameter
Name Description
var array<Google\Cloud\Firestore\Admin\V1\Database>
Returns
Type Description
$this