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-04-17 UTC."],[[["This document provides reference information for the `ApiEndpointHandler` class within the Google Cloud App Engine v1 API, specifically version 2.2.0, and details other versions from 1.0.0 up to the latest 2.4.0."],["The `ApiEndpointHandler` class, which handles requests via Google Cloud Endpoints, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the .NET `object` class, meaning it incorporates methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors, a default one `ApiEndpointHandler()`, and an overload `ApiEndpointHandler(ApiEndpointHandler other)` for creating a copy, and a `ScriptPath` property of string type."]]],[]]