Class: Google::Cloud::ServiceDirectory::V1::DeleteNamespaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::DeleteNamespaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1/registration_service.rb
Overview
The request message for RegistrationService.DeleteNamespace.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the namespace to delete.
149 150 151 152 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 149 class DeleteNamespaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |