Class: Google::Cloud::Monitoring::V3::ListServiceLevelObjectivesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



212
213
214
215
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 212

class ListServiceLevelObjectivesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_level_objectives::Array<::Google::Cloud::Monitoring::V3::ServiceLevelObjective>

Returns The ServiceLevelObjectives matching the specified filter.

Returns:



212
213
214
215
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 212

class ListServiceLevelObjectivesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end