Google Cloud Backup Dr V1 Client - Class ListResourceBackupConfigsResponse (0.12.1)

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

Response for ListResourceBackupConfigs.

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

Namespace

Google \ Cloud \ BackupDR \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource_backup_configs array<ResourceBackupConfig>

The list of ResourceBackupConfigs for the specified scope.

↳ next_page_token string

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

getResourceBackupConfigs

The list of ResourceBackupConfigs for the specified scope.

Returns
Type Description
Google\Protobuf\RepeatedField<ResourceBackupConfig>

setResourceBackupConfigs

The list of ResourceBackupConfigs for the specified scope.

Parameter
Name Description
var array<ResourceBackupConfig>
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