Class: Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The ListServiceLevelObjectives request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter specifying what
ServiceLevelObjectives to return. -
#page_size ⇒ ::Integer
A non-negative number that is the maximum number of results to return.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
nextPageTokenvalue returned by a previous call to this method. -
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
View of the
ServiceLevelObjectives to return.
Instance Attribute Details
#filter ⇒ ::String
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective::View
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 200 class ListServiceLevelObjectivesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |