Uses of Interface
com.google.appengine.v1.UrlDispatchRuleOrBuilder
-
Packages that use UrlDispatchRuleOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of UrlDispatchRuleOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement UrlDispatchRuleOrBuilder Modifier and Type Class Description class
UrlDispatchRule
Rules to match an HTTP request and dispatch that request to a service.static class
UrlDispatchRule.Builder
Rules to match an HTTP request and dispatch that request to a service.Methods in com.google.appengine.v1 that return UrlDispatchRuleOrBuilder Modifier and Type Method Description UrlDispatchRuleOrBuilder
Application.Builder. getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuilder
Application. getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuilder
ApplicationOrBuilder. getDispatchRulesOrBuilder(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.Methods in com.google.appengine.v1 that return types with arguments of type UrlDispatchRuleOrBuilder Modifier and Type Method Description List<? extends UrlDispatchRuleOrBuilder>
Application.Builder. getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<? extends UrlDispatchRuleOrBuilder>
Application. getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<? extends UrlDispatchRuleOrBuilder>
ApplicationOrBuilder. getDispatchRulesOrBuilderList()
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
-