public sealed class ApiConfigHandler : IMessage<ApiConfigHandler>, IEquatable<ApiConfigHandler>, IDeepCloneable<ApiConfigHandler>, 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 `ApiConfigHandler` class, which is used for Google Cloud Endpoints configuration for API handlers within the Google Cloud App Engine environment."],["The `ApiConfigHandler` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The class offers properties to manage aspects of API handling such as `AuthFailAction`, `Login`, `Script`, `SecurityLevel`, and `Url`, allowing control over authentication, security, and endpoint routing."],["The webpage provides a list of the available versions for the `Google.Cloud.AppEngine.V1` component, ranging from version 1.0.0 up to the most recent 2.4.0."],["It can be constructed in 2 ways, either blank, or with the copy of an existing `ApiConfigHandler`."]]],[]]