Reference documentation and code samples for the Cloud Firestore V1 Client class GetBackupScheduleRequest.
The request for FirestoreAdmin.GetBackupSchedule .
Generated from protobuf message google.firestore.admin.v1.GetBackupScheduleRequest
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The name of the backup schedule.
Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}
var
string
$this
static::build
name
string
Required. The name of the backup schedule.
Format projects/{project}/databases/{database}/backupSchedules/{backup_schedule}
Please see FirestoreAdminClient::backupScheduleName()
for help formatting this field.