Uses of Class
io.envoyproxy.envoy.api.v2.route.Decorator.Builder
Packages that use Decorator.Builder
-
Uses of Decorator.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return Decorator.BuilderModifier and TypeMethodDescriptionDecorator.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Decorator.Builder.clear()Decorator.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Decorator.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.Decorator.Builder.clone()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.final Decorator.BuilderDecorator.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Decorator.BuilderDecorator.newBuilder()static Decorator.BuilderDecorator.newBuilder(Decorator prototype) Decorator.newBuilderForType()protected Decorator.BuilderDecorator.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Decorator.BuilderDecorator.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Decorator.toBuilder()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type Decorator.BuilderModifier and TypeMethodDescriptionRoute.Builder.setDecorator(Decorator.Builder builderForValue) Decorator for the matched route.