public sealed class ApiEndpointHandler : IMessage<ApiEndpointHandler>, IEquatable<ApiEndpointHandler>, IDeepCloneable<ApiEndpointHandler>, 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-03-21 UTC."],[[["The `ApiEndpointHandler` class, part of the `Google.Cloud.AppEngine.V1` namespace, handles requests using Google Cloud Endpoints and is available in versions ranging from 1.0.0 to the latest 2.4.0."],["This class implements several interfaces, including `IMessage\u003cApiEndpointHandler\u003e`, `IEquatable\u003cApiEndpointHandler\u003e`, `IDeepCloneable\u003cApiEndpointHandler\u003e`, `IBufferMessage`, and `IMessage`."],["The `ApiEndpointHandler` class inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for this class, one which is an empty constructor, and another which takes an existing `ApiEndpointHandler` object as a parameter, `other`."],["The `ScriptPath` property of type string allows defining the path to the script from the application's root directory."]]],[]]