public interface ApiConfigHandlerOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthFailAction |
getAuthFailAction()
Action to take when users access resources that require
authentication.
|
int |
getAuthFailActionValue()
Action to take when users access resources that require
authentication.
|
LoginRequirement |
getLogin()
Level of login required to access this resource.
|
int |
getLoginValue()
Level of login required to access this resource.
|
java.lang.String |
getScript()
Path to the script from the application root directory.
|
ByteString |
getScriptBytes()
Path to the script from the application root directory.
|
SecurityLevel |
getSecurityLevel()
Security (HTTPS) enforcement for this URL.
|
int |
getSecurityLevelValue()
Security (HTTPS) enforcement for this URL.
|
java.lang.String |
getUrl()
URL to serve the endpoint at.
|
ByteString |
getUrlBytes()
URL to serve the endpoint at.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getAuthFailActionValue()
Action to take when users access resources that require authentication. Defaults to `redirect`.
.google.appengine.v1.AuthFailAction auth_fail_action = 1;AuthFailAction getAuthFailAction()
Action to take when users access resources that require authentication. Defaults to `redirect`.
.google.appengine.v1.AuthFailAction auth_fail_action = 1;int getLoginValue()
Level of login required to access this resource. Defaults to `optional`.
.google.appengine.v1.LoginRequirement login = 2;LoginRequirement getLogin()
Level of login required to access this resource. Defaults to `optional`.
.google.appengine.v1.LoginRequirement login = 2;java.lang.String getScript()
Path to the script from the application root directory.
string script = 3;ByteString getScriptBytes()
Path to the script from the application root directory.
string script = 3;int getSecurityLevelValue()
Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 4;SecurityLevel getSecurityLevel()
Security (HTTPS) enforcement for this URL.
.google.appengine.v1.SecurityLevel security_level = 4;java.lang.String getUrl()
URL to serve the endpoint at.
string url = 5;ByteString getUrlBytes()
URL to serve the endpoint at.
string url = 5;