Uses of Class
io.envoyproxy.envoy.config.route.v3.Decorator
-
Packages that use Decorator Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of Decorator in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as Decorator Modifier and Type Field Description private Decorator
Route.Builder. decorator_
private Decorator
Route. decorator_
private static Decorator
Decorator. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Decorator Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Decorator,Decorator.Builder,DecoratorOrBuilder>
Route.Builder. decoratorBuilder_
private static com.google.protobuf.Parser<Decorator>
Decorator. PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return Decorator Modifier and Type Method Description Decorator
Decorator.Builder. build()
Decorator
Decorator.Builder. buildPartial()
Decorator
Route.Builder. getDecorator()
Decorator for the matched route.Decorator
Route. getDecorator()
Decorator for the matched route.Decorator
RouteOrBuilder. getDecorator()
Decorator for the matched route.static Decorator
Decorator. getDefaultInstance()
Decorator
Decorator.Builder. getDefaultInstanceForType()
Decorator
Decorator. getDefaultInstanceForType()
static Decorator
Decorator. parseDelimitedFrom(java.io.InputStream input)
static Decorator
Decorator. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decorator
Decorator. parseFrom(byte[] data)
static Decorator
Decorator. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decorator
Decorator. parseFrom(com.google.protobuf.ByteString data)
static Decorator
Decorator. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decorator
Decorator. parseFrom(com.google.protobuf.CodedInputStream input)
static Decorator
Decorator. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decorator
Decorator. parseFrom(java.io.InputStream input)
static Decorator
Decorator. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decorator
Decorator. parseFrom(java.nio.ByteBuffer data)
static Decorator
Decorator. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Decorator Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Decorator,Decorator.Builder,DecoratorOrBuilder>
Route.Builder. getDecoratorFieldBuilder()
Decorator for the matched route.com.google.protobuf.Parser<Decorator>
Decorator. getParserForType()
static com.google.protobuf.Parser<Decorator>
Decorator. parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Decorator Modifier and Type Method Description private void
Decorator.Builder. buildPartial0(Decorator result)
Route.Builder
Route.Builder. mergeDecorator(Decorator value)
Decorator for the matched route.Decorator.Builder
Decorator.Builder. mergeFrom(Decorator other)
static Decorator.Builder
Decorator. newBuilder(Decorator prototype)
Route.Builder
Route.Builder. setDecorator(Decorator value)
Decorator for the matched route.
-