Cloud Bigtable V2 Client - Class ListSnapshotsResponse (1.21.1)

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snapshots array<Google\Cloud\Bigtable\Admin\V2\Snapshot>

The snapshots present in the requested cluster.

↳ next_page_token string

Set if not all snapshots could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

getSnapshots

The snapshots present in the requested cluster.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSnapshots

The snapshots present in the requested cluster.

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

getNextPageToken

Set if not all snapshots could be returned in a single response.

Pass this value to page_token in another request to get the next page of results.

Returns
TypeDescription
string

setNextPageToken

Set if not all snapshots could be returned in a single response.

Pass this value to page_token in another request to get the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this