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 classUrlDispatchRuleRules to match an HTTP request and dispatch that request to a service.static classUrlDispatchRule.BuilderRules 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 UrlDispatchRuleOrBuilderApplication.Builder. getDispatchRulesOrBuilder(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuilderApplication. getDispatchRulesOrBuilder(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuilderApplicationOrBuilder. 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.
-