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
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.Builder
NonForwardingAction.newBuilder()
static NonForwardingAction.Builder
NonForwardingAction.newBuilder
(NonForwardingAction prototype) NonForwardingAction.newBuilderForType()
protected NonForwardingAction.Builder
NonForwardingAction.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.