public sealed class ApiEndpointHandler : IMessage<ApiEndpointHandler>, IEquatable<ApiEndpointHandler>, IDeepCloneable<ApiEndpointHandler>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ApiEndpointHandler.
[[["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 App Engine v1 API, manages requests using Google Cloud Endpoints."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering extensive functionality."],["The latest version available is 2.4.0, but it has documented support back to version 1.0.0, which includes the version history of the API."],["The `ApiEndpointHandler` class includes a `ScriptPath` property, allowing you to set the path to the script from the application root directory."],["There are two constructors available for `ApiEndpointHandler`: one default, and another that takes an existing `ApiEndpointHandler` as a parameter."]]],[]]