Google Cloud Backup Dr V1 Client - Class ListBackupPlanAssociationsResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class ListBackupPlanAssociationsResponse.

Response message for List BackupPlanAssociation

Generated from protobuf message google.cloud.backupdr.v1.ListBackupPlanAssociationsResponse

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backup_plan_associations array<Google\Cloud\BackupDR\V1\BackupPlanAssociation>

The list of Backup Plan Associations in the project for the specified location. If the {location} value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Locations that could not be reached.

getBackupPlanAssociations

The list of Backup Plan Associations in the project for the specified location.

If the {location} value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBackupPlanAssociations

The list of Backup Plan Associations in the project for the specified location.

If the {location} value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

Parameter
Name Description
var array<Google\Cloud\BackupDR\V1\BackupPlanAssociation>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this