Class: Google::Cloud::Monitoring::V3::ListAlertPoliciesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/alert_service.rb

Overview

The protocol for the ListAlertPolicies response.

Instance Attribute Summary collapse

Instance Attribute Details

#alert_policies::Array<::Google::Cloud::Monitoring::V3::AlertPolicy>

Returns The returned alert policies.

Returns:



112
113
114
115
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 112

class ListAlertPoliciesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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



112
113
114
115
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 112

class ListAlertPoliciesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_size::Integer

Returns 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



112
113
114
115
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 112

class ListAlertPoliciesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end