Class: Google::Monitoring::V3::ListUptimeCheckConfigsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb

Overview

The protocol for the +ListUptimeCheckConfigs+ response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).

Returns:

  • (String)

    This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).



51
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 51

class ListUptimeCheckConfigsResponse; end

#total_sizeInteger

Returns The total number of uptime check configurations for the project, irrespective of any pagination.

Returns:

  • (Integer)

    The total number of uptime check configurations for the project, irrespective of any pagination.



51
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 51

class ListUptimeCheckConfigsResponse; end

#uptime_check_configsArray<Google::Monitoring::V3::UptimeCheckConfig>

Returns The returned uptime check configurations.

Returns:



51
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 51

class ListUptimeCheckConfigsResponse; end