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."],[[["The `ApiEndpointHandler` class, part of the `Google.Cloud.AppEngine.V1` namespace, handles requests using Google Cloud Endpoints."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all part of Google Protobuf."],["The `ApiEndpointHandler` has a `ScriptPath` property, which is a string representing the path to a script from the application's root directory."],["There are multiple versions of this endpoint handler, ranging from version 1.0.0 to 2.4.0, with 2.4.0 being the most current one available."]]],[]]