public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class GetEndpointRequest.
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 document provides reference information for the `GetEndpointRequest` class within the Service Directory v1beta1 API, specifically for version 2.0.0-beta05."],["`GetEndpointRequest` is a request message used for the `RegistrationService.GetEndpoint` method, but it is not intended for runtime endpoint lookups."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEndpointRequest` class has properties such as `EndpointName`, which is a typed view of the resource name, and `Name`, which is the required endpoint name to retrieve."],["The class contains 2 constructors: the default constructor and a constructor that accepts another `GetEndpointRequest` object."]]],[]]