Google Cloud Net App V1 Client - Class ListBackupsResponse (0.2.6)

Reference documentation and code samples for the Google Cloud Net App V1 Client class ListBackupsResponse.

ListBackupsResponse is the result of ListBackupsRequest.

Generated from protobuf message google.cloud.netapp.v1.ListBackupsResponse

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backups array<Google\Cloud\NetApp\V1\Backup>

A list of backups in the project.

↳ next_page_token string

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

↳ unreachable array

Locations that could not be reached.

getBackups

A list of backups in the project.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBackups

A list of backups in the project.

Parameter
Name Description
var array<Google\Cloud\NetApp\V1\Backup>
Returns
Type Description
$this

getNextPageToken

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

Returns
Type Description
string

setNextPageToken

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

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