Class: Google::Cloud::ServiceDirectory::V1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1::GetServiceRequest
- 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.GetService.
This should not be used for looking up a service. Insead, use the resolve
method as it will contain all endpoints and associated metadata.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the service to get.
237 238 239 240 |
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 237 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |