Google Cloud Net App V1 Client - Class ListSnapshotsResponse (0.1.1)

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

ListSnapshotsResponse is the result of ListSnapshotsRequest.

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

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snapshots array<Google\Cloud\NetApp\V1\Snapshot>

A list of snapshots in the project for the specified volume.

↳ 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.

getSnapshots

A list of snapshots in the project for the specified volume.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSnapshots

A list of snapshots in the project for the specified volume.

Parameter
NameDescription
var array<Google\Cloud\NetApp\V1\Snapshot>
Returns
TypeDescription
$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
TypeDescription
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
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