Uses of Class
com.google.appengine.v1.UrlMap
-
Packages that use UrlMap Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of UrlMap in com.google.appengine.v1
Methods in com.google.appengine.v1 that return UrlMap Modifier and Type Method Description UrlMap
UrlMap.Builder. build()
UrlMap
UrlMap.Builder. buildPartial()
static UrlMap
UrlMap. getDefaultInstance()
UrlMap
UrlMap.Builder. getDefaultInstanceForType()
UrlMap
UrlMap. getDefaultInstanceForType()
UrlMap
Version.Builder. getHandlers(int index)
An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap
Version. getHandlers(int index)
An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap
VersionOrBuilder. getHandlers(int index)
An ordered list of URL-matching patterns that should be applied to incoming requests.static UrlMap
UrlMap. parseDelimitedFrom(InputStream input)
static UrlMap
UrlMap. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMap
UrlMap. parseFrom(byte[] data)
static UrlMap
UrlMap. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMap
UrlMap. parseFrom(com.google.protobuf.ByteString data)
static UrlMap
UrlMap. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMap
UrlMap. parseFrom(com.google.protobuf.CodedInputStream input)
static UrlMap
UrlMap. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMap
UrlMap. parseFrom(InputStream input)
static UrlMap
UrlMap. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlMap
UrlMap. parseFrom(ByteBuffer data)
static UrlMap
UrlMap. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type UrlMap Modifier and Type Method Description List<UrlMap>
Version.Builder. getHandlersList()
An ordered list of URL-matching patterns that should be applied to incoming requests.List<UrlMap>
Version. getHandlersList()
An ordered list of URL-matching patterns that should be applied to incoming requests.List<UrlMap>
VersionOrBuilder. getHandlersList()
An ordered list of URL-matching patterns that should be applied to incoming requests.com.google.protobuf.Parser<UrlMap>
UrlMap. getParserForType()
static com.google.protobuf.Parser<UrlMap>
UrlMap. parser()
Methods in com.google.appengine.v1 with parameters of type UrlMap Modifier and Type Method Description Version.Builder
Version.Builder. addHandlers(int index, UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming requests.Version.Builder
Version.Builder. addHandlers(UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap.Builder
UrlMap.Builder. mergeFrom(UrlMap other)
static UrlMap.Builder
UrlMap. newBuilder(UrlMap prototype)
Version.Builder
Version.Builder. setHandlers(int index, UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming requests.Method parameters in com.google.appengine.v1 with type arguments of type UrlMap Modifier and Type Method Description Version.Builder
Version.Builder. addAllHandlers(Iterable<? extends UrlMap> values)
An ordered list of URL-matching patterns that should be applied to incoming requests.
-