App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ApiConfigHandler (v0.6.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ApiConfigHandler.

Google Cloud Endpoints configuration for API handlers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auth_fail_action

def auth_fail_action() -> ::Google::Cloud::AppEngine::V1::AuthFailAction
Returns

#auth_fail_action=

def auth_fail_action=(value) -> ::Google::Cloud::AppEngine::V1::AuthFailAction
Parameter
Returns

#login

def login() -> ::Google::Cloud::AppEngine::V1::LoginRequirement
Returns

#login=

def login=(value) -> ::Google::Cloud::AppEngine::V1::LoginRequirement
Parameter
Returns

#script

def script() -> ::String
Returns
  • (::String) — Path to the script from the application root directory.

#script=

def script=(value) -> ::String
Parameter
  • value (::String) — Path to the script from the application root directory.
Returns
  • (::String) — Path to the script from the application root directory.

#security_level

def security_level() -> ::Google::Cloud::AppEngine::V1::SecurityLevel
Returns

#security_level=

def security_level=(value) -> ::Google::Cloud::AppEngine::V1::SecurityLevel
Parameter
Returns

#url

def url() -> ::String
Returns
  • (::String) — URL to serve the endpoint at.

#url=

def url=(value) -> ::String
Parameter
  • value (::String) — URL to serve the endpoint at.
Returns
  • (::String) — URL to serve the endpoint at.