Stackdriver Monitoring V3 Client - Class ListSnoozesResponse (1.9.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListSnoozesResponse.

The results of a successful ListSnoozes call, containing the matching Snoozes.

Generated from protobuf message google.monitoring.v3.ListSnoozesResponse

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snoozes array<Google\Cloud\Monitoring\V3\Snooze>

Snoozes matching this list call.

↳ next_page_token string

Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.

getSnoozes

Snoozes matching this list call.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSnoozes

Snoozes matching this list call.

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\Snooze>
Returns
TypeDescription
$this

getNextPageToken

Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.

Returns
TypeDescription
string

setNextPageToken

Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this