Reference documentation and code samples for the Cloud Firestore V1 Client class ListBackupSchedulesRequest.
The request for FirestoreAdmin.ListBackupSchedules.
Generated from protobuf message google.firestore.admin.v1.ListBackupSchedulesRequest
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent database. Format is |
getParent
Required. The parent database.
Format is projects/{project}/databases/{database}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent database.
Format is projects/{project}/databases/{database}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent database. Format is |
Returns | |
---|---|
Type | Description |
Google\Cloud\Firestore\Admin\V1\ListBackupSchedulesRequest |