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 InternalRedirectPolicy
InternalRedirectPolicy. DEFAULT_INSTANCE
private InternalRedirectPolicy
RouteAction.Builder. internalRedirectPolicy_
private InternalRedirectPolicy
RouteAction. 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. PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return InternalRedirectPolicy Modifier and Type Method Description InternalRedirectPolicy
InternalRedirectPolicy.Builder. build()
InternalRedirectPolicy
InternalRedirectPolicy.Builder. buildPartial()
static InternalRedirectPolicy
InternalRedirectPolicy. getDefaultInstance()
InternalRedirectPolicy
InternalRedirectPolicy.Builder. getDefaultInstanceForType()
InternalRedirectPolicy
InternalRedirectPolicy. getDefaultInstanceForType()
InternalRedirectPolicy
RouteAction.Builder. getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicy
RouteAction. getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.InternalRedirectPolicy
RouteActionOrBuilder. getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.static InternalRedirectPolicy
InternalRedirectPolicy. parseDelimitedFrom(java.io.InputStream input)
static InternalRedirectPolicy
InternalRedirectPolicy. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(byte[] data)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(com.google.protobuf.ByteString data)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(com.google.protobuf.CodedInputStream input)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(java.io.InputStream input)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
InternalRedirectPolicy. parseFrom(java.nio.ByteBuffer data)
static InternalRedirectPolicy
InternalRedirectPolicy. 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 void
InternalRedirectPolicy.Builder. buildPartial0(InternalRedirectPolicy result)
private void
InternalRedirectPolicy.Builder. buildPartialRepeatedFields(InternalRedirectPolicy result)
InternalRedirectPolicy.Builder
InternalRedirectPolicy.Builder. mergeFrom(InternalRedirectPolicy other)
RouteAction.Builder
RouteAction.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.Builder
InternalRedirectPolicy. newBuilder(InternalRedirectPolicy prototype)
RouteAction.Builder
RouteAction.Builder. setInternalRedirectPolicy(InternalRedirectPolicy value)
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.
-