Class: Google::Cloud::AppEngine::V1::UrlDispatchRule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/application.rb

Overview

Rules to match an HTTP request and dispatch that request to a service.

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String



190
191
192
193
# File 'proto_docs/google/appengine/v1/application.rb', line 190

class UrlDispatchRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#path::String



190
191
192
193
# File 'proto_docs/google/appengine/v1/application.rb', line 190

class UrlDispatchRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String



190
191
192
193
# File 'proto_docs/google/appengine/v1/application.rb', line 190

class UrlDispatchRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end