Uses of Class
com.google.appengine.v1.UrlDispatchRule
-
Packages that use UrlDispatchRule Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of UrlDispatchRule in com.google.appengine.v1
Methods in com.google.appengine.v1 that return UrlDispatchRule Modifier and Type Method Description UrlDispatchRuleUrlDispatchRule.Builder. build()UrlDispatchRuleUrlDispatchRule.Builder. buildPartial()static UrlDispatchRuleUrlDispatchRule. getDefaultInstance()UrlDispatchRuleUrlDispatchRule.Builder. getDefaultInstanceForType()UrlDispatchRuleUrlDispatchRule. getDefaultInstanceForType()UrlDispatchRuleApplication.Builder. getDispatchRules(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleApplication. getDispatchRules(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleApplicationOrBuilder. getDispatchRules(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.static UrlDispatchRuleUrlDispatchRule. parseDelimitedFrom(InputStream input)static UrlDispatchRuleUrlDispatchRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlDispatchRuleUrlDispatchRule. parseFrom(byte[] data)static UrlDispatchRuleUrlDispatchRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlDispatchRuleUrlDispatchRule. parseFrom(com.google.protobuf.ByteString data)static UrlDispatchRuleUrlDispatchRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlDispatchRuleUrlDispatchRule. parseFrom(com.google.protobuf.CodedInputStream input)static UrlDispatchRuleUrlDispatchRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlDispatchRuleUrlDispatchRule. parseFrom(InputStream input)static UrlDispatchRuleUrlDispatchRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UrlDispatchRuleUrlDispatchRule. parseFrom(ByteBuffer data)static UrlDispatchRuleUrlDispatchRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type UrlDispatchRule Modifier and Type Method Description List<UrlDispatchRule>Application.Builder. getDispatchRulesList()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<UrlDispatchRule>Application. getDispatchRulesList()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<UrlDispatchRule>ApplicationOrBuilder. getDispatchRulesList()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.com.google.protobuf.Parser<UrlDispatchRule>UrlDispatchRule. getParserForType()static com.google.protobuf.Parser<UrlDispatchRule>UrlDispatchRule. parser()Methods in com.google.appengine.v1 with parameters of type UrlDispatchRule Modifier and Type Method Description Application.BuilderApplication.Builder. addDispatchRules(int index, UrlDispatchRule value)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.Application.BuilderApplication.Builder. addDispatchRules(UrlDispatchRule value)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRule.BuilderUrlDispatchRule.Builder. mergeFrom(UrlDispatchRule other)static UrlDispatchRule.BuilderUrlDispatchRule. newBuilder(UrlDispatchRule prototype)Application.BuilderApplication.Builder. setDispatchRules(int index, UrlDispatchRule value)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.Method parameters in com.google.appengine.v1 with type arguments of type UrlDispatchRule Modifier and Type Method Description Application.BuilderApplication.Builder. addAllDispatchRules(Iterable<? extends UrlDispatchRule> values)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
-