Google Cloud Backup Dr V1 Client - Class ListBackupPlanRevisionsResponse (0.7.0)

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

The response message for getting a list of BackupPlanRevision.

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

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backup_plan_revisions array<BackupPlanRevision>

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

↳ next_page_token string

A token which may be sent as page_token in a subsequent ListBackupPlanRevisions call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

↳ unreachable array

Locations that could not be reached.

getBackupPlanRevisions

The list of BackupPlanRevisions in the project for the specified location.

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBackupPlanRevisions

The list of BackupPlanRevisions in the project for the specified location.

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

Parameter
Name Description
var array<BackupPlanRevision>
Returns
Type Description
$this

getNextPageToken

A token which may be sent as page_token in a subsequent ListBackupPlanRevisions call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Returns
Type Description
string

setNextPageToken

A token which may be sent as page_token in a subsequent ListBackupPlanRevisions call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to 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