Uses of Class
io.envoyproxy.envoy.config.route.v3.Decorator
Packages that use Decorator
-
Uses of Decorator in io.envoyproxy.envoy.config.route.v3
Methods 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 TypeMethodDescriptioncom.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 TypeMethodDescriptionRoute.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.