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 UrlDispatchRule
UrlDispatchRule.Builder. build()
UrlDispatchRule
UrlDispatchRule.Builder. buildPartial()
static UrlDispatchRule
UrlDispatchRule. getDefaultInstance()
UrlDispatchRule
UrlDispatchRule.Builder. getDefaultInstanceForType()
UrlDispatchRule
UrlDispatchRule. getDefaultInstanceForType()
UrlDispatchRule
Application.Builder. getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRule
Application. getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRule
ApplicationOrBuilder. getDispatchRules(int index)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.static UrlDispatchRule
UrlDispatchRule. parseDelimitedFrom(InputStream input)
static UrlDispatchRule
UrlDispatchRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlDispatchRule
UrlDispatchRule. parseFrom(byte[] data)
static UrlDispatchRule
UrlDispatchRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlDispatchRule
UrlDispatchRule. parseFrom(com.google.protobuf.ByteString data)
static UrlDispatchRule
UrlDispatchRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlDispatchRule
UrlDispatchRule. parseFrom(com.google.protobuf.CodedInputStream input)
static UrlDispatchRule
UrlDispatchRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlDispatchRule
UrlDispatchRule. parseFrom(InputStream input)
static UrlDispatchRule
UrlDispatchRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UrlDispatchRule
UrlDispatchRule. parseFrom(ByteBuffer data)
static UrlDispatchRule
UrlDispatchRule. 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.Builder
Application.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.Builder
Application.Builder. addDispatchRules(UrlDispatchRule value)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRule.Builder
UrlDispatchRule.Builder. mergeFrom(UrlDispatchRule other)
static UrlDispatchRule.Builder
UrlDispatchRule. newBuilder(UrlDispatchRule prototype)
Application.Builder
Application.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.Builder
Application.Builder. addAllDispatchRules(Iterable<? extends UrlDispatchRule> values)
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.
-