google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.ApiConfigHandler View Source
Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.
Attributes
- authFailAction (String.t): Action to take when users access resources that require authentication. Defaults to redirect. Defaults to
nil
. - login (String.t): Level of login required to access this resource. Defaults to optional. Defaults to
nil
. - script (String.t): Path to the script from the application root directory. Defaults to
nil
. - securityLevel (String.t): Security (HTTPS) enforcement for this URL. Defaults to
nil
. - url (String.t): URL to serve the endpoint at. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.