Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListSnoozesResponse.
The results of a successful ListSnoozes
call, containing the matching
Snooze
s.
Generated from protobuf message google.monitoring.v3.ListSnoozesResponse
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ snoozes |
array<Google\Cloud\Monitoring\V3\Snooze>
|
↳ next_page_token |
string
Page token for repeated calls to |
getSnoozes
Snooze
s matching this list call.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSnoozes
Snooze
s 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 |