Cloud Firestore V1 Client - Class ListDatabasesRequest (1.35.0)

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

A request to list the Firestore Databases in all locations for a project.

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

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. A parent name of the form projects/{project_id}

getParent

Required. A parent name of the form projects/{project_id}

Returns
TypeDescription
string

setParent

Required. A parent name of the form projects/{project_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. A parent name of the form projects/{project_id} Please see Google\Cloud\Firestore\Admin\V1\FirestoreAdminClient::projectName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Firestore\Admin\V1\ListDatabasesRequest