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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the backup schedule. Format |
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
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Firestore\Admin\V1\GetBackupScheduleRequest |