Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class FetchBackupsForResourceTypeResponse.
Response for the FetchBackupsForResourceType method.
Generated from protobuf message google.cloud.backupdr.v1.FetchBackupsForResourceTypeResponse
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backups |
array<Backup>
The Backups from the specified parent. |
↳ next_page_token |
string
A token, which can be sent as |
getBackups
The Backups from the specified parent.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setBackups
The Backups from the specified parent.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Backup>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|