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
-
(::Google::Cloud::AppEngine::V1::AuthFailAction) — Action to take when users access resources that require
authentication. Defaults to
redirect
.
#auth_fail_action=
def auth_fail_action=(value) -> ::Google::Cloud::AppEngine::V1::AuthFailAction
Parameter
-
value (::Google::Cloud::AppEngine::V1::AuthFailAction) — Action to take when users access resources that require
authentication. Defaults to
redirect
.
Returns
-
(::Google::Cloud::AppEngine::V1::AuthFailAction) — Action to take when users access resources that require
authentication. Defaults to
redirect
.
#login
def login() -> ::Google::Cloud::AppEngine::V1::LoginRequirement
Returns
-
(::Google::Cloud::AppEngine::V1::LoginRequirement) — Level of login required to access this resource. Defaults to
optional
.
#login=
def login=(value) -> ::Google::Cloud::AppEngine::V1::LoginRequirement
Parameter
-
value (::Google::Cloud::AppEngine::V1::LoginRequirement) — Level of login required to access this resource. Defaults to
optional
.
Returns
-
(::Google::Cloud::AppEngine::V1::LoginRequirement) — Level of login required to access this resource. Defaults to
optional
.
#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
- (::Google::Cloud::AppEngine::V1::SecurityLevel) — Security (HTTPS) enforcement for this URL.
#security_level=
def security_level=(value) -> ::Google::Cloud::AppEngine::V1::SecurityLevel
Parameter
- value (::Google::Cloud::AppEngine::V1::SecurityLevel) — Security (HTTPS) enforcement for this URL.
Returns
- (::Google::Cloud::AppEngine::V1::SecurityLevel) — Security (HTTPS) enforcement for this URL.
#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.