Cloud Firestore V1 Client - Class DeleteBackupScheduleRequest (1.43.2)

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

The request for FirestoreAdmin.DeleteBackupSchedules.

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

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the backup schedule. Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

getName

Required. The name of the backup schedule.

Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Returns
Type Description
string

setName

Required. The name of the backup schedule.

Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the backup schedule.

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

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