Class: Google::Cloud::AppEngine::V1::ApiConfigHandler
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ApiConfigHandler
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Google Cloud Endpoints configuration for API handlers.
Instance Attribute Summary collapse
-
#auth_fail_action ⇒ ::Google::Cloud::AppEngine::V1::AuthFailAction
Action to take when users access resources that require authentication.
-
#login ⇒ ::Google::Cloud::AppEngine::V1::LoginRequirement
Level of login required to access this resource.
-
#script ⇒ ::String
Path to the script from the application root directory.
-
#security_level ⇒ ::Google::Cloud::AppEngine::V1::SecurityLevel
Security (HTTPS) enforcement for this URL.
-
#url ⇒ ::String
URL to serve the endpoint at.
Instance Attribute Details
#auth_fail_action ⇒ ::Google::Cloud::AppEngine::V1::AuthFailAction
Returns Action to take when users access resources that require
authentication. Defaults to redirect
.
43 44 45 46 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 43 class ApiConfigHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#login ⇒ ::Google::Cloud::AppEngine::V1::LoginRequirement
Returns Level of login required to access this resource. Defaults to
optional
.
43 44 45 46 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 43 class ApiConfigHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#script ⇒ ::String
Returns Path to the script from the application root directory.
43 44 45 46 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 43 class ApiConfigHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_level ⇒ ::Google::Cloud::AppEngine::V1::SecurityLevel
Returns Security (HTTPS) enforcement for this URL.
43 44 45 46 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 43 class ApiConfigHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns URL to serve the endpoint at.
43 44 45 46 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 43 class ApiConfigHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |