Cloud Firestore V1 Client - Class ListBackupSchedulesRequest (1.43.2)

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

The request for FirestoreAdmin.ListBackupSchedules.

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

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent database. Format is projects/{project}/databases/{database}.

getParent

Required. The parent database.

Format is projects/{project}/databases/{database}.

Returns
Type Description
string

setParent

Required. The parent database.

Format is projects/{project}/databases/{database}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent database.

Format is projects/{project}/databases/{database}. Please see Google\Cloud\Firestore\Admin\V1\FirestoreAdminClient::databaseName() for help formatting this field.

Returns
Type Description
Google\Cloud\Firestore\Admin\V1\ListBackupSchedulesRequest