Reference documentation and code samples for the Cloud Firestore V1 Client class ListBackupSchedulesResponse.
The response for FirestoreAdmin.ListBackupSchedules.
Generated from protobuf message google.firestore.admin.v1.ListBackupSchedulesResponse
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ backup_schedules | array<BackupSchedule>List of all backup schedules. | 
getBackupSchedules
List of all backup schedules.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setBackupSchedules
List of all backup schedules.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<BackupSchedule> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |