Class: Google::Cloud::ServiceDirectory::V1beta1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1beta1::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb
Overview
The request message for
RegistrationService.GetService.
This should not be used for looking up a service. Instead, use the resolve
method as it contains 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.
264 265 266 267 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 264 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |