Uses of Class
io.envoyproxy.envoy.config.route.v3.InternalRedirectPolicy
-
Packages that use InternalRedirectPolicy Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of InternalRedirectPolicy in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as InternalRedirectPolicy Modifier and Type Field Description private static InternalRedirectPolicyInternalRedirectPolicy. DEFAULT_INSTANCEprivate InternalRedirectPolicyRouteAction.Builder. internalRedirectPolicy_private InternalRedirectPolicyRouteAction. internalRedirectPolicy_Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type InternalRedirectPolicy Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<InternalRedirectPolicy,InternalRedirectPolicy.Builder,InternalRedirectPolicyOrBuilder>RouteAction.Builder. internalRedirectPolicyBuilder_private static com.google.protobuf.Parser<InternalRedirectPolicy>InternalRedirectPolicy. PARSERMethods in io.envoyproxy.envoy.config.route.v3 that return InternalRedirectPolicy Modifier and Type Method Description InternalRedirectPolicyInternalRedirectPolicy.Builder. build()InternalRedirectPolicyInternalRedirectPolicy.Builder. buildPartial()static InternalRedirectPolicyInternalRedirectPolicy. getDefaultInstance()InternalRedirectPolicyInternalRedirectPolicy.Builder. getDefaultInstanceForType()InternalRedirectPolicyInternalRedirectPolicy. getDefaultInstanceForType()InternalRedirectPolicyRouteAction.Builder. getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicyRouteAction. getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicyRouteActionOrBuilder. getInternalRedirectPolicy()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.static InternalRedirectPolicyInternalRedirectPolicy. parseDelimitedFrom(java.io.InputStream input)static InternalRedirectPolicyInternalRedirectPolicy. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(byte[] data)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(com.google.protobuf.ByteString data)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(com.google.protobuf.CodedInputStream input)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(java.io.InputStream input)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(java.nio.ByteBuffer data)static InternalRedirectPolicyInternalRedirectPolicy. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type InternalRedirectPolicy Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<InternalRedirectPolicy,InternalRedirectPolicy.Builder,InternalRedirectPolicyOrBuilder>RouteAction.Builder. getInternalRedirectPolicyFieldBuilder()If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.com.google.protobuf.Parser<InternalRedirectPolicy>InternalRedirectPolicy. getParserForType()static com.google.protobuf.Parser<InternalRedirectPolicy>InternalRedirectPolicy. parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type InternalRedirectPolicy Modifier and Type Method Description private voidInternalRedirectPolicy.Builder. buildPartial0(InternalRedirectPolicy result)private voidInternalRedirectPolicy.Builder. buildPartialRepeatedFields(InternalRedirectPolicy result)InternalRedirectPolicy.BuilderInternalRedirectPolicy.Builder. mergeFrom(InternalRedirectPolicy other)RouteAction.BuilderRouteAction.Builder. mergeInternalRedirectPolicy(InternalRedirectPolicy value)If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.static InternalRedirectPolicy.BuilderInternalRedirectPolicy. newBuilder(InternalRedirectPolicy prototype)RouteAction.BuilderRouteAction.Builder. setInternalRedirectPolicy(InternalRedirectPolicy value)If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.
-