Class: Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The ListServiceLevelObjectives
response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there are more results than have been returned, then this field is set to a non-empty value.
-
#service_level_objectives ⇒ ::Array<::Google::Cloud::Monitoring::V3::ServiceLevelObjective>
The
ServiceLevelObjective
s matching the specified filter.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
214 215 216 217 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 214 class ListServiceLevelObjectivesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_level_objectives ⇒ ::Array<::Google::Cloud::Monitoring::V3::ServiceLevelObjective>
Returns The ServiceLevelObjective
s matching the specified filter.
214 215 216 217 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 214 class ListServiceLevelObjectivesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |