Class: Google::Cloud::ServiceDirectory::V1::DeleteEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::DeleteEndpointRequest
- 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.DeleteEndpoint.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the endpoint to delete.
379 380 381 382 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 379 class DeleteEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |