View Source GoogleApi.AppEngine.V1.Model.ApiConfigHandler (google_api_app_engine v0.42.0)

Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration for API handlers.

Attributes

  • authFailAction (type: String.t, default: nil) - Action to take when users access resources that require authentication. Defaults to redirect.
  • login (type: String.t, default: nil) - Level of login required to access this resource. Defaults to optional.
  • script (type: String.t, default: nil) - Path to the script from the application root directory.
  • securityLevel (type: String.t, default: nil) - Security (HTTPS) enforcement for this URL.
  • url (type: String.t, default: nil) - URL to serve the endpoint at.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.ApiConfigHandler{
  authFailAction: String.t() | nil,
  login: String.t() | nil,
  script: String.t() | nil,
  securityLevel: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.