Class: Google::Cloud::ServiceManagement::V1::DeleteServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::DeleteServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for DeleteService method.
Instance Attribute Summary collapse
-
#service_name ⇒ ::String
Required.
Instance Attribute Details
#service_name ⇒ ::String
Returns Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
86 87 88 89 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 86 class DeleteServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |