Uses of Class
io.envoyproxy.envoy.config.route.v3.Decorator
Packages that use Decorator
-
Uses of Decorator in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as DecoratorModifier and TypeFieldDescriptionprivate DecoratorRoute.Builder.decorator_private DecoratorRoute.decorator_private static final DecoratorDecorator.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type DecoratorModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Decorator, Decorator.Builder, DecoratorOrBuilder> Route.Builder.decoratorBuilder_private static final com.google.protobuf.Parser<Decorator> Decorator.PARSERMethods in io.envoyproxy.envoy.config.route.v3 that return DecoratorModifier and TypeMethodDescriptionDecorator.Builder.build()Decorator.Builder.buildPartial()Route.Builder.getDecorator()Decorator for the matched route.Route.getDecorator()Decorator for the matched route.RouteOrBuilder.getDecorator()Decorator for the matched route.static DecoratorDecorator.getDefaultInstance()Decorator.Builder.getDefaultInstanceForType()Decorator.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 DecoratorModifier and TypeMethodDescriptionprivate 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 DecoratorModifier and TypeMethodDescriptionprivate voidDecorator.Builder.buildPartial0(Decorator result) Route.Builder.mergeDecorator(Decorator value) Decorator for the matched route.static Decorator.BuilderDecorator.newBuilder(Decorator prototype) Route.Builder.setDecorator(Decorator value) Decorator for the matched route.