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 used for handling requests through 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 in multiple versions, ranging from version 1.0.0 to the latest version 2.4.0, offering various reference links for each version."],["It includes two constructors, a default constructor and one that accepts another `ApiEndpointHandler` instance as a parameter."],["`ApiEndpointHandler` has a `ScriptPath` property, a string that specifies the path to the script from the application's root directory."]]],[]]