public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class GetEndpointRequest.
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-04-17 UTC."],[[["The `GetEndpointRequest` class is used to request a specific endpoint from the Service Directory v1 API."],["This class is part of the `Google.Cloud.ServiceDirectory.V1` namespace, contained within the `Google.Cloud.ServiceDirectory.V1.dll` assembly."],["The class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetEndpointRequest\u003e`, `IDeepCloneable\u003cGetEndpointRequest\u003e`, and `IBufferMessage`."],["The latest version of this documentation is for version 2.6.0, but the current page content is for version 2.5.0, with prior versions going back to version 1.0.0 listed as well."],["The `Name` property, a string type, is a required field within the `GetEndpointRequest` and denotes the name of the specific endpoint being requested."]]],[]]