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, specifically version 1.3.0."],["`ApiEndpointHandler` is designed to use Google Cloud Endpoints for handling requests and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has available constructors that are a parameterless constructor and another that takes another `ApiEndpointHandler` object."],["A notable property of the `ApiEndpointHandler` is `ScriptPath`, which specifies the path to the script from the application root directory."],["The webpage contains a list of previous versions of the `ApiEndpointHandler`, starting from `1.0.0` to the latest version `2.4.0`."]]],[]]