Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ApiConfigHandler.
Google Cloud Endpoints configuration for API handlers.
Generated from protobuf message google.appengine.v1.ApiConfigHandler
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ auth_fail_action
int
Action to take when users access resources that require authentication. Defaults to redirect
.
↳ login
int
Level of login required to access this resource. Defaults to optional
.
↳ script
string
Path to the script from the application root directory.
↳ security_level
int
Security (HTTPS) enforcement for this URL.
↳ url
string
URL to serve the endpoint at.
getAuthFailAction
Action to take when users access resources that require
authentication. Defaults to redirect
.
int
setAuthFailAction
Action to take when users access resources that require
authentication. Defaults to redirect
.
var
int
$this
getLogin
Level of login required to access this resource. Defaults to optional
.
int
setLogin
Level of login required to access this resource. Defaults to optional
.
var
int
$this
getScript
Path to the script from the application root directory.
string
setScript
Path to the script from the application root directory.
var
string
$this
getSecurityLevel
Security (HTTPS) enforcement for this URL.
int
setSecurityLevel
Security (HTTPS) enforcement for this URL.
var
int
$this
getUrl
URL to serve the endpoint at.
string
setUrl
URL to serve the endpoint at.
var
string
$this