Cloud Bigtable V2 Client - Class ListBackupsResponse (1.28.3)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ListBackupsResponse.

The response for ListBackups.

Generated from protobuf message google.bigtable.admin.v2.ListBackupsResponse

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ backups array<Google\Cloud\Bigtable\Admin\V2\Backup>

The list of matching backups.

↳ next_page_token string

next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.

getBackups

The list of matching backups.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBackups

The list of matching backups.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\Admin\V2\Backup>
Returns
TypeDescription
$this

getNextPageToken

next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.

Returns
TypeDescription
string

setNextPageToken

next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.

Parameter
NameDescription
var string
Returns
TypeDescription
$this