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

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

The protocol for the ListUptimeCheckConfigs request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.

    For more details, see Filtering syntax.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.

    For more details, see Filtering syntax.

Returns
  • (::String) — If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.

    For more details, see Filtering syntax.

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. The project whose Uptime check configurations are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. The project whose Uptime check configurations are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    
Returns
  • (::String) —

    Required. The project whose Uptime check configurations are listed. The format is:

    projects/[PROJECT_ID_OR_NUMBER]