Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListSnoozesResponse.
The results of a successful ListSnoozes
call, containing the matching
Snooze
s.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
Returns
-
(::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.
#snoozes
def snoozes() -> ::Array<::Google::Cloud::Monitoring::V3::Snooze>
Returns
-
(::Array<::Google::Cloud::Monitoring::V3::Snooze>) —
Snooze
s matching this list call.
#snoozes=
def snoozes=(value) -> ::Array<::Google::Cloud::Monitoring::V3::Snooze>
Parameter
-
value (::Array<::Google::Cloud::Monitoring::V3::Snooze>) —
Snooze
s matching this list call.
Returns
-
(::Array<::Google::Cloud::Monitoring::V3::Snooze>) —
Snooze
s matching this list call.