Class: Google::Cloud::ServiceDirectory::V1::GetServiceRequest

Inherits:
Object
  • Object
show all
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. Instead, use the resolve method as it contains all endpoints and associated annotations.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the service to get.

Returns:

  • (::String)

    Required. The name of the service to get.



259
260
261
262
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 259

class GetServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end