Interface ApiConfigHandlerOrBuilder (2.39.0)

publicinterface ApiConfigHandlerOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthFailAction()

publicabstractAuthFailActiongetAuthFailAction()

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

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Returns
Type Description
AuthFailAction

The authFailAction.

getAuthFailActionValue()

publicabstractintgetAuthFailActionValue()

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

.google.appengine.v1.AuthFailAction auth_fail_action = 1;

Returns
Type Description
int

The enum numeric value on the wire for authFailAction.

getLogin()

publicabstractLoginRequirementgetLogin()

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

.google.appengine.v1.LoginRequirement login = 2;

Returns
Type Description
LoginRequirement

The login.

getLoginValue()

publicabstractintgetLoginValue()

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

.google.appengine.v1.LoginRequirement login = 2;

Returns
Type Description
int

The enum numeric value on the wire for login.

getScript()

publicabstractStringgetScript()

Path to the script from the application root directory.

string script = 3;

Returns
Type Description
String

The script.

getScriptBytes()

publicabstractByteStringgetScriptBytes()

Path to the script from the application root directory.

string script = 3;

Returns
Type Description
ByteString

The bytes for script.

getSecurityLevel()

publicabstractSecurityLevelgetSecurityLevel()

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Returns
Type Description
SecurityLevel

The securityLevel.

getSecurityLevelValue()

publicabstractintgetSecurityLevelValue()

Security (HTTPS) enforcement for this URL.

.google.appengine.v1.SecurityLevel security_level = 4;

Returns
Type Description
int

The enum numeric value on the wire for securityLevel.

getUrl()

publicabstractStringgetUrl()

URL to serve the endpoint at.

string url = 5;

Returns
Type Description
String

The url.

getUrlBytes()

publicabstractByteStringgetUrlBytes()

URL to serve the endpoint at.

string url = 5;

Returns
Type Description
ByteString

The bytes for url.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.