Class: Google::Cloud::Monitoring::V3::UpdateServiceLevelObjectiveRequest

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 UpdateServiceLevelObjective request.

Instance Attribute Summary collapse

Instance Attribute Details

#service_level_objective::Google::Cloud::Monitoring::V3::ServiceLevelObjective

Returns Required. The ServiceLevelObjective to draw updates from. The given name specifies the resource to update.

Returns:



225
226
227
228
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 225

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

#update_mask::Google::Protobuf::FieldMask

Returns A set of field paths defining which fields to use for the update.

Returns:



225
226
227
228
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 225

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