Google Cloud Gke Backup V1 Client - Class ListBackupPlansResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class ListBackupPlansResponse.

Response message for ListBackupPlans.

Generated from protobuf message google.cloud.gkebackup.v1.ListBackupPlansResponse

Namespace

Google \ Cloud \ GkeBackup \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ backup_plans array<Google\Cloud\GkeBackup\V1\BackupPlan>

The list of BackupPlans matching the given criteria.

↳ next_page_token string

A token which may be sent as page_token in a subsequent ListBackupPlans 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.

getBackupPlans

The list of BackupPlans matching the given criteria.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBackupPlans

The list of BackupPlans matching the given criteria.

Parameter
NameDescription
var array<Google\Cloud\GkeBackup\V1\BackupPlan>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this