Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::ListAlertPoliciesResponse (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListAlertPoliciesResponse.

The protocol for the ListAlertPolicies response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#alert_policies

def alert_policies() -> ::Array<::Google::Cloud::Monitoring::V3::AlertPolicy>
Returns

#alert_policies=

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

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
Returns
  • (::String) — If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158
Returns
  • (::Integer) — The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158