Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UpdateServiceLevelObjectiveRequest.
The UpdateServiceLevelObjective
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service_level_objective
def service_level_objective() -> ::Google::Cloud::Monitoring::V3::ServiceLevelObjective
Returns
-
(::Google::Cloud::Monitoring::V3::ServiceLevelObjective) — Required. The
ServiceLevelObjective
to draw updates from. The givenname
specifies the resource to update.
#service_level_objective=
def service_level_objective=(value) -> ::Google::Cloud::Monitoring::V3::ServiceLevelObjective
Parameter
-
value (::Google::Cloud::Monitoring::V3::ServiceLevelObjective) — Required. The
ServiceLevelObjective
to draw updates from. The givenname
specifies the resource to update.
Returns
-
(::Google::Cloud::Monitoring::V3::ServiceLevelObjective) — Required. The
ServiceLevelObjective
to draw updates from. The givenname
specifies the resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — A set of field paths defining which fields to use for the update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — A set of field paths defining which fields to use for the update.
Returns
- (::Google::Protobuf::FieldMask) — A set of field paths defining which fields to use for the update.