Uses of Class
io.envoyproxy.envoy.config.route.v3.NonForwardingAction.Builder
Packages that use NonForwardingAction.Builder
-
Uses of NonForwardingAction.Builder in io.envoyproxy.envoy.config.route.v3
Subclasses with type arguments of type NonForwardingAction.Builder in io.envoyproxy.envoy.config.route.v3Modifier and TypeClassDescriptionstatic final class[#not-implemented-hide:]Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type NonForwardingAction.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<NonForwardingAction, NonForwardingAction.Builder, NonForwardingActionOrBuilder> Route.Builder.nonForwardingActionBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return NonForwardingAction.BuilderModifier and TypeMethodDescriptionNonForwardingAction.Builder.clear()Route.Builder.getNonForwardingActionBuilder()[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.NonForwardingAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NonForwardingAction.Builder.mergeFrom(com.google.protobuf.Message other) NonForwardingAction.Builder.mergeFrom(NonForwardingAction other) static NonForwardingAction.BuilderNonForwardingAction.newBuilder()static NonForwardingAction.BuilderNonForwardingAction.newBuilder(NonForwardingAction prototype) NonForwardingAction.newBuilderForType()protected NonForwardingAction.BuilderNonForwardingAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NonForwardingAction.toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type NonForwardingAction.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<NonForwardingAction, NonForwardingAction.Builder, NonForwardingActionOrBuilder> Route.Builder.internalGetNonForwardingActionFieldBuilder()[#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type NonForwardingAction.BuilderModifier and TypeMethodDescriptionRoute.Builder.setNonForwardingAction(NonForwardingAction.Builder builderForValue) [#not-implemented-hide:] An action used when the route will generate a response directly, without forwarding to an upstream host.