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 class
UrlMap
URL pattern and description of how the URL should be handled.static class
UrlMap.Builder
URL pattern and description of how the URL should be handled.Methods in com.google.appengine.v1 that return UrlMapOrBuilder Modifier and Type Method Description UrlMapOrBuilder
Version.Builder. getHandlersOrBuilder(int index)
An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapOrBuilder
Version. getHandlersOrBuilder(int index)
An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapOrBuilder
VersionOrBuilder. 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.
-