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."],[[["This document provides reference information for the `ApiConfigHandler` class within the Google Cloud App Engine v1 API, specifically version 2.2.0, and the latest version is 2.4.0."],["The `ApiConfigHandler` class is used for configuring Google Cloud Endpoints for API handlers and is derived from the base `object` class, and it also implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating new instances of `ApiConfigHandler`, either as a default instance or by cloning an existing `ApiConfigHandler` object."],["Key properties of `ApiConfigHandler` include `AuthFailAction`, `Login`, `Script`, `SecurityLevel`, and `Url`, which define how the API handler manages authentication, login requirements, script path, security settings, and endpoint URL, respectively."],["It is a part of the namespace `Google.Cloud.AppEngine.V1` and found within the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]