Stackdriver Monitoring V3 Client - Class ListSnoozesResponse (1.10.1)

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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setSnoozes

Snoozes matching this list call.

Parameter
Name Description
var array<Google\Cloud\Monitoring\V3\Snooze>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this