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
Methods in io.envoyproxy.envoy.config.route.v3 that return Decorator Modifier and Type Method Description DecoratorDecorator.Builder. build()DecoratorDecorator.Builder. buildPartial()DecoratorRoute.Builder. getDecorator()Decorator for the matched route.DecoratorRoute. getDecorator()Decorator for the matched route.DecoratorRouteOrBuilder. getDecorator()Decorator for the matched route.static DecoratorDecorator. getDefaultInstance()DecoratorDecorator.Builder. getDefaultInstanceForType()DecoratorDecorator. getDefaultInstanceForType()static DecoratorDecorator. parseDelimitedFrom(InputStream input)static DecoratorDecorator. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratorDecorator. parseFrom(byte[] data)static DecoratorDecorator. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratorDecorator. parseFrom(com.google.protobuf.ByteString data)static DecoratorDecorator. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratorDecorator. parseFrom(com.google.protobuf.CodedInputStream input)static DecoratorDecorator. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratorDecorator. parseFrom(InputStream input)static DecoratorDecorator. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratorDecorator. parseFrom(ByteBuffer data)static DecoratorDecorator. parseFrom(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 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 Route.BuilderRoute.Builder. mergeDecorator(Decorator value)Decorator for the matched route.Decorator.BuilderDecorator.Builder. mergeFrom(Decorator other)static Decorator.BuilderDecorator. newBuilder(Decorator prototype)Route.BuilderRoute.Builder. setDecorator(Decorator value)Decorator for the matched route.
-