public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.GetEndpoint][google.cloud.servicedirectory.v1.RegistrationService.GetEndpoint].
This should not be used to lookup endpoints at runtime. Instead, use
the resolve method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `GetEndpointRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, used for retrieving endpoint information."],["The `GetEndpointRequest` class is the request message for `RegistrationService.GetEndpoint`, but it's designed for metadata retrieval, not runtime endpoint lookup which uses `resolve` method."],["This class has a `Name` property to specify the endpoint to retrieve and has an `EndpointName`-typed view as well."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from the `Google.Protobuf` namespace."],["There are various version of `GetEndpointRequest` available with the latest version being 2.6.0 and the earliest 1.0.0."]]],[]]