Class: Google::Cloud::Monitoring::V3::ListUptimeCheckConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListUptimeCheckConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the ListUptimeCheckConfigs response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
This field represents the pagination token to retrieve the next page of results.
-
#total_size ⇒ ::Integer
The total number of Uptime check configurations for the project, irrespective of any pagination.
-
#uptime_check_configs ⇒ ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>
The returned Uptime check configurations.
Instance Attribute Details
#next_page_token ⇒ ::String
70 71 72 73 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 70 class ListUptimeCheckConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
70 71 72 73 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 70 class ListUptimeCheckConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uptime_check_configs ⇒ ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckConfig>
70 71 72 73 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 70 class ListUptimeCheckConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |