Class: Google::Cloud::ServiceDirectory::V1::GetEndpointRequest

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.GetEndpoint. This should not be used to lookup endpoints at runtime. Instead, use the resolve method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the endpoint to get.

Returns:

  • (::String)

    Required. The name of the endpoint to get.



395
396
397
398
# File 'proto_docs/google/cloud/servicedirectory/v1/registration_service.rb', line 395

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