Class: Google::Cloud::Monitoring::V3::DeleteServiceLevelObjectiveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DeleteServiceLevelObjectiveRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The DeleteServiceLevelObjective
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the ServiceLevelObjective
to delete. The
format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME].
240 241 242 243 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 240 class DeleteServiceLevelObjectiveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |