Uses of Class
com.google.api.RoutingRule
-
Packages that use RoutingRule Package Description com.google.api -
-
Uses of RoutingRule in com.google.api
Fields in com.google.api with type parameters of type RoutingRule Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,RoutingRule>
RoutingProto. routing
See RoutingRule.Methods in com.google.api that return RoutingRule Modifier and Type Method Description RoutingRule
RoutingRule.Builder. build()
RoutingRule
RoutingRule.Builder. buildPartial()
static RoutingRule
RoutingRule. getDefaultInstance()
RoutingRule
RoutingRule.Builder. getDefaultInstanceForType()
RoutingRule
RoutingRule. getDefaultInstanceForType()
static RoutingRule
RoutingRule. parseDelimitedFrom(java.io.InputStream input)
static RoutingRule
RoutingRule. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingRule
RoutingRule. parseFrom(byte[] data)
static RoutingRule
RoutingRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingRule
RoutingRule. parseFrom(com.google.protobuf.ByteString data)
static RoutingRule
RoutingRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingRule
RoutingRule. parseFrom(com.google.protobuf.CodedInputStream input)
static RoutingRule
RoutingRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingRule
RoutingRule. parseFrom(java.io.InputStream input)
static RoutingRule
RoutingRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingRule
RoutingRule. parseFrom(java.nio.ByteBuffer data)
static RoutingRule
RoutingRule. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type RoutingRule Modifier and Type Method Description com.google.protobuf.Parser<RoutingRule>
RoutingRule. getParserForType()
static com.google.protobuf.Parser<RoutingRule>
RoutingRule. parser()
Methods in com.google.api with parameters of type RoutingRule Modifier and Type Method Description RoutingRule.Builder
RoutingRule.Builder. mergeFrom(RoutingRule other)
static RoutingRule.Builder
RoutingRule. newBuilder(RoutingRule prototype)
-