public sealed class ApiConfigHandler : IMessage<ApiConfigHandler>, IEquatable<ApiConfigHandler>, IDeepCloneable<ApiConfigHandler>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ApiConfigHandler.
[[["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 `ApiConfigHandler` class in the Google Cloud App Engine v1 API is used for configuring API handlers, specifically for Google Cloud Endpoints."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ApiConfigHandler` class provides properties such as `AuthFailAction`, `Login`, `Script`, `SecurityLevel`, and `Url` to manage authentication, login requirements, script paths, security levels, and endpoint URLs, respectively."],["The latest version of the API is 2.4.0, and the provided content covers versions ranging from 1.0.0 to 2.4.0, including version 2.1.0 which the current page's content is based on."],["Two constructors are provided for the `ApiConfigHandler` class: a default constructor and one that accepts another `ApiConfigHandler` object as a parameter for initialization."]]],[]]