Class: Google::Monitoring::V3::ListUptimeCheckConfigsRequest

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+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.

Returns:

  • (Integer)

    The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.



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

class ListUptimeCheckConfigsRequest; end

#page_tokenString

If this field is not empty then it must contain the +nextPageToken+ value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

Returns:

  • (String)

    If this field is not empty then it must contain the +nextPageToken+ value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.



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

class ListUptimeCheckConfigsRequest; end

#parentString

Returns The project whose uptime check configurations are listed. The format is +projects/[PROJECT_ID]+.

Returns:

  • (String)

    The project whose uptime check configurations are listed. The format is +projects/[PROJECT_ID]+.



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

class ListUptimeCheckConfigsRequest; end