Uses of Class
io.envoyproxy.envoy.api.v2.route.FilterAction
-
Packages that use FilterAction Package Description io.envoyproxy.envoy.api.v2.route -
-
Uses of FilterAction in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return FilterAction Modifier and Type Method Description FilterActionFilterAction.Builder. build()FilterActionFilterAction.Builder. buildPartial()static FilterActionFilterAction. getDefaultInstance()FilterActionFilterAction.Builder. getDefaultInstanceForType()FilterActionFilterAction. getDefaultInstanceForType()FilterActionRoute.Builder. getFilterAction()[#not-implemented-hide:] If true, a filter will define the action (e.g., it could dynamically generate the RouteAction).FilterActionRoute. getFilterAction()[#not-implemented-hide:] If true, a filter will define the action (e.g., it could dynamically generate the RouteAction).FilterActionRouteOrBuilder. getFilterAction()[#not-implemented-hide:] If true, a filter will define the action (e.g., it could dynamically generate the RouteAction).static FilterActionFilterAction. parseDelimitedFrom(InputStream input)static FilterActionFilterAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterActionFilterAction. parseFrom(byte[] data)static FilterActionFilterAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterActionFilterAction. parseFrom(com.google.protobuf.ByteString data)static FilterActionFilterAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterActionFilterAction. parseFrom(com.google.protobuf.CodedInputStream input)static FilterActionFilterAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterActionFilterAction. parseFrom(InputStream input)static FilterActionFilterAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FilterActionFilterAction. parseFrom(ByteBuffer data)static FilterActionFilterAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type FilterAction Modifier and Type Method Description com.google.protobuf.Parser<FilterAction>FilterAction. getParserForType()static com.google.protobuf.Parser<FilterAction>FilterAction. parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type FilterAction Modifier and Type Method Description Route.BuilderRoute.Builder. mergeFilterAction(FilterAction value)[#not-implemented-hide:] If true, a filter will define the action (e.g., it could dynamically generate the RouteAction).FilterAction.BuilderFilterAction.Builder. mergeFrom(FilterAction other)static FilterAction.BuilderFilterAction. newBuilder(FilterAction prototype)Route.BuilderRoute.Builder. setFilterAction(FilterAction value)[#not-implemented-hide:] If true, a filter will define the action (e.g., it could dynamically generate the RouteAction).
-