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."],[[["This webpage details the `ApiEndpointHandler` class within the `Google.Cloud.AppEngine.V1` namespace, which is designed to handle requests via Google Cloud Endpoints."],["The `ApiEndpointHandler` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class is available across multiple versions, from 1.0.0 up to the latest 2.4.0, with each version linking to its respective documentation."],["The `ApiEndpointHandler` class includes a `ScriptPath` property of type string, which represents the path to the relevant script from the application's root directory."],["The class offers two constructors: a parameterless constructor `ApiEndpointHandler()` and a constructor which takes an `ApiEndpointHandler` object as parameter, `ApiEndpointHandler(ApiEndpointHandler other)`."]]],[]]