public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
[[["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-05-02 UTC."],[[["The `GetEndpointRequest` class is part of the `Google.Cloud.Ids.V1` namespace and is implemented in the `Google.Cloud.Ids.V1.dll` assembly, representing a request to retrieve an endpoint."],["This class has undergone several versions, with the latest being 2.4.0, and earlier versions include 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0, each providing the class in the same namespace and endpoint."],["The `GetEndpointRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable\u003cGetEndpointRequest\u003e`, `IDeepCloneable\u003cGetEndpointRequest\u003e`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["It has two constructors, a default one and one that accepts another `GetEndpointRequest` instance, and exposes two properties: `EndpointName` which provides a typed view over the `Name`, and `Name`, which represents the resource name of the endpoint to retrieve, expected in a specific format."]]],[]]