Uses of Interface
com.google.appengine.v1.UrlMapOrBuilder
-
Packages that use UrlMapOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of UrlMapOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement UrlMapOrBuilder Modifier and Type Class Description classUrlMapURL pattern and description of how the URL should be handled.static classUrlMap.BuilderURL pattern and description of how the URL should be handled.Methods in com.google.appengine.v1 that return UrlMapOrBuilder Modifier and Type Method Description UrlMapOrBuilderVersion.Builder. getHandlersOrBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapOrBuilderVersion. getHandlersOrBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapOrBuilderVersionOrBuilder. getHandlersOrBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.Methods in com.google.appengine.v1 that return types with arguments of type UrlMapOrBuilder Modifier and Type Method Description List<? extends UrlMapOrBuilder>Version.Builder. getHandlersOrBuilderList()An ordered list of URL-matching patterns that should be applied to incoming requests.List<? extends UrlMapOrBuilder>Version. getHandlersOrBuilderList()An ordered list of URL-matching patterns that should be applied to incoming requests.List<? extends UrlMapOrBuilder>VersionOrBuilder. getHandlersOrBuilderList()An ordered list of URL-matching patterns that should be applied to incoming requests.
-