Class: Google::Cloud::Monitoring::V3::UpdateServiceLevelObjectiveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UpdateServiceLevelObjectiveRequest
- 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
-
#service_level_objective ⇒ ::Google::Cloud::Monitoring::V3::ServiceLevelObjective
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
A set of field paths defining which fields to use for the update.
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.
227 228 229 230 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 227 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.
227 228 229 230 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 227 class UpdateServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |