Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class FetchBackupPlanAssociationsForResourceTypeResponse.
Response for the FetchBackupPlanAssociationsForResourceType method.
Generated from protobuf message google.cloud.backupdr.v1.FetchBackupPlanAssociationsForResourceTypeResponse
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_plan_associations |
array<BackupPlanAssociation>
Output only. The BackupPlanAssociations from the specified parent. |
↳ next_page_token |
string
Output only. A token, which can be sent as |
getBackupPlanAssociations
Output only. The BackupPlanAssociations from the specified parent.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBackupPlanAssociations
Output only. The BackupPlanAssociations from the specified parent.
Parameter | |
---|---|
Name | Description |
var |
array<BackupPlanAssociation>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Output only. 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
Output only. 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 |