Class: Google::Cloud::ServiceDirectory::V1::GetEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::GetEndpointRequest
- 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.GetEndpoint.
This should not be used to lookup endpoints at runtime. Instead, use
the resolve
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the endpoint to get.
356 357 358 359 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 356 class GetEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |