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-04-17 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 is part of the `Google.Cloud.AppEngine.V1` namespace and is implemented in the `Google.Cloud.AppEngine.V1.dll` assembly."],["It provides properties like `AuthFailAction`, `Login`, `Script`, `SecurityLevel`, and `Url` to configure authentication, security, and endpoint URLs for API access."],["The `ApiConfigHandler` class has two constructors: a parameterless constructor and one that takes another `ApiConfigHandler` object as a parameter, and also inherits methods from the `Object` class and implements several interfaces."],["The latest version of `ApiConfigHandler` is 2.4.0, with previous versions available from 2.3.0 down to 1.0.0, showing a history of changes."]]],[]]