Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::ListSnoozesResponse (v0.17.0)

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 Snoozes.

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

#snoozes=

def snoozes=(value) -> ::Array<::Google::Cloud::Monitoring::V3::Snooze>
Parameter
Returns