Class: Google::Cloud::Monitoring::V3::ListUptimeCheckConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListUptimeCheckConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the ListUptimeCheckConfigs
request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
50 51 52 53 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 50 class ListUptimeCheckConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
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.
50 51 52 53 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 50 class ListUptimeCheckConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::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.
50 51 52 53 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 50 class ListUptimeCheckConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project whose Uptime check configurations are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER].
50 51 52 53 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 50 class ListUptimeCheckConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |