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 UrlMapUrlMap.Builder. build()UrlMapUrlMap.Builder. buildPartial()static UrlMapUrlMap. getDefaultInstance()UrlMapUrlMap.Builder. getDefaultInstanceForType()UrlMapUrlMap. getDefaultInstanceForType()UrlMapVersion.Builder. getHandlers(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapVersion. getHandlers(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapVersionOrBuilder. getHandlers(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.static UrlMapUrlMap. parseDelimitedFrom(InputStream input)static UrlMapUrlMap. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlMapUrlMap. parseFrom(byte[] data)static UrlMapUrlMap. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlMapUrlMap. parseFrom(com.google.protobuf.ByteString data)static UrlMapUrlMap. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlMapUrlMap. parseFrom(com.google.protobuf.CodedInputStream input)static UrlMapUrlMap. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlMapUrlMap. parseFrom(InputStream input)static UrlMapUrlMap. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlMapUrlMap. parseFrom(ByteBuffer data)static UrlMapUrlMap. 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.BuilderVersion.Builder. addHandlers(int index, UrlMap value)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderVersion.Builder. addHandlers(UrlMap value)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap.BuilderUrlMap.Builder. mergeFrom(UrlMap other)static UrlMap.BuilderUrlMap. newBuilder(UrlMap prototype)Version.BuilderVersion.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.BuilderVersion.Builder. addAllHandlers(Iterable<? extends UrlMap> values)An ordered list of URL-matching patterns that should be applied to incoming requests.
-