Uses of Class
io.envoyproxy.envoy.config.route.v3.Decorator.Builder
Packages that use Decorator.Builder
-
Uses of Decorator.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type Decorator.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Decorator, Decorator.Builder, DecoratorOrBuilder> Route.Builder.decoratorBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return Decorator.BuilderModifier and TypeMethodDescriptionDecorator.Builder.clear()
Decorator.Builder.clearOperation()
The operation name associated with the request matched to this route.Decorator.Builder.clearPropagate()
Whether the decorated details should be propagated to the other party.Route.Builder.getDecoratorBuilder()
Decorator for the matched route.Decorator.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Decorator.Builder.mergeFrom
(com.google.protobuf.Message other) Decorator.Builder.mergePropagate
(com.google.protobuf.BoolValue value) Whether the decorated details should be propagated to the other party.static Decorator.Builder
Decorator.newBuilder()
static Decorator.Builder
Decorator.newBuilder
(Decorator prototype) Decorator.newBuilderForType()
protected Decorator.Builder
Decorator.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Decorator.Builder.setOperation
(String value) The operation name associated with the request matched to this route.Decorator.Builder.setOperationBytes
(com.google.protobuf.ByteString value) The operation name associated with the request matched to this route.Decorator.Builder.setPropagate
(com.google.protobuf.BoolValue value) Whether the decorated details should be propagated to the other party.Decorator.Builder.setPropagate
(com.google.protobuf.BoolValue.Builder builderForValue) Whether the decorated details should be propagated to the other party.Decorator.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type Decorator.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Decorator, Decorator.Builder, DecoratorOrBuilder> Route.Builder.getDecoratorFieldBuilder()
Decorator for the matched route.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type Decorator.BuilderModifier and TypeMethodDescriptionRoute.Builder.setDecorator
(Decorator.Builder builderForValue) Decorator for the matched route.