public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.GetEndpoint][google.cloud.servicedirectory.v1beta1.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 provides documentation for the `GetEndpointRequest` class, which is used as a request message for `RegistrationService.GetEndpoint`."],["`GetEndpointRequest` should not be used for runtime endpoint lookups; the `resolve` method should be used instead."],["The `GetEndpointRequest` class is found in the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EndpointName` and `Name`, where the `Name` property is a required string that specifies the name of the endpoint to retrieve."],["The documentation also contains information about inheritance, implemented interfaces, inherited members, assembly, constructors and parameter descriptions of the `GetEndpointRequest` class."]]],[]]