Reference documentation and code samples for the Cloud PubSub V1 Client class ListSnapshotsResponse.
Response for the ListSnapshots
method.
Generated from protobuf message google.pubsub.v1.ListSnapshotsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ snapshots
↳ next_page_token
string
If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest
.
getSnapshots
The resulting snapshots.
Generated from protobuf field repeated .google.pubsub.v1.Snapshot snapshots = 1;
Google\Protobuf\Internal\RepeatedField
setSnapshots
The resulting snapshots.
Generated from protobuf field repeated .google.pubsub.v1.Snapshot snapshots = 1;
$this
getNextPageToken
If not empty, indicates that there may be more snapshot that match the
request; this value should be passed in a new ListSnapshotsRequest
.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
If not empty, indicates that there may be more snapshot that match the
request; this value should be passed in a new ListSnapshotsRequest
.
Generated from protobuf field string next_page_token = 2;
var
string
$this