Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::UrlDispatchRule.
Rules to match an HTTP request and dispatch that request to a service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domain
def domain() -> ::String
-
(::String) — Domain name to match against. The wildcard "
*
" is supported if specified before a period: "*.
".Defaults to matching all domains: "
*
".
#domain=
def domain=(value) -> ::String
-
value (::String) — Domain name to match against. The wildcard "
*
" is supported if specified before a period: "*.
".Defaults to matching all domains: "
*
".
-
(::String) — Domain name to match against. The wildcard "
*
" is supported if specified before a period: "*.
".Defaults to matching all domains: "
*
".
#path
def path() -> ::String
-
(::String) — Pathname within the host. Must start with a "
/
". A single "*
" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
#path=
def path=(value) -> ::String
-
value (::String) — Pathname within the host. Must start with a "
/
". A single "*
" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
-
(::String) — Pathname within the host. Must start with a "
/
". A single "*
" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
#service
def service() -> ::String
-
(::String) — Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example:
default
.
#service=
def service=(value) -> ::String
-
value (::String) — Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example:
default
.
-
(::String) — Resource ID of a service in this application that should
serve the matched request. The service must already
exist. Example:
default
.