Class: Google::Cloud::Monitoring::V3::DeleteServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DeleteServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service_service.rb
Overview
The DeleteService
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the Service
to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID].
131 132 133 134 |
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 131 class DeleteServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |