Class: Google::Cloud::AppEngine::V1::ApiConfigHandler

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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