App Engine v1 API - Class ApiConfigHandler (2.3.0)

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.

Google Cloud Endpoints configuration for API handlers.

Inheritance

object > ApiConfigHandler

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ApiConfigHandler()

public ApiConfigHandler()

ApiConfigHandler(ApiConfigHandler)

public ApiConfigHandler(ApiConfigHandler other)
Parameter
NameDescription
otherApiConfigHandler

Properties

AuthFailAction

public AuthFailAction AuthFailAction { get; set; }

Action to take when users access resources that require authentication. Defaults to redirect.

Property Value
TypeDescription
AuthFailAction

Login

public LoginRequirement Login { get; set; }

Level of login required to access this resource. Defaults to optional.

Property Value
TypeDescription
LoginRequirement

Script

public string Script { get; set; }

Path to the script from the application root directory.

Property Value
TypeDescription
string

SecurityLevel

public SecurityLevel SecurityLevel { get; set; }

Security (HTTPS) enforcement for this URL.

Property Value
TypeDescription
SecurityLevel

Url

public string Url { get; set; }

URL to serve the endpoint at.

Property Value
TypeDescription
string