Reference documentation and code samples for the Cloud Firestore V1 Client class UpdateBackupScheduleRequest.
The request for FirestoreAdmin.UpdateBackupSchedule.
Generated from protobuf message google.firestore.admin.v1.UpdateBackupScheduleRequest
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_schedule |
Google\Cloud\Firestore\Admin\V1\BackupSchedule
Required. The backup schedule to update. |
↳ update_mask |
Google\Protobuf\FieldMask
The list of fields to be updated. |
getBackupSchedule
Required. The backup schedule to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\Firestore\Admin\V1\BackupSchedule|null |
hasBackupSchedule
clearBackupSchedule
setBackupSchedule
Required. The backup schedule to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Firestore\Admin\V1\BackupSchedule
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The list of fields to be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
backupSchedule |
Google\Cloud\Firestore\Admin\V1\BackupSchedule
Required. The backup schedule to update. |
updateMask |
Google\Protobuf\FieldMask
The list of fields to be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Firestore\Admin\V1\UpdateBackupScheduleRequest |