Uses of Class
io.envoyproxy.envoy.config.route.v3.InternalRedirectPolicy
Packages that use InternalRedirectPolicy
-
Uses of InternalRedirectPolicy in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as InternalRedirectPolicyModifier and TypeFieldDescriptionprivate static final 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 InternalRedirectPolicyModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<InternalRedirectPolicy, InternalRedirectPolicy.Builder, InternalRedirectPolicyOrBuilder> RouteAction.Builder.internalRedirectPolicyBuilder_
private static final com.google.protobuf.Parser
<InternalRedirectPolicy> InternalRedirectPolicy.PARSER
Methods in io.envoyproxy.envoy.config.route.v3 that return InternalRedirectPolicyModifier and TypeMethodDescriptionInternalRedirectPolicy.Builder.build()
InternalRedirectPolicy.Builder.buildPartial()
static InternalRedirectPolicy
InternalRedirectPolicy.getDefaultInstance()
InternalRedirectPolicy.Builder.getDefaultInstanceForType()
InternalRedirectPolicy.getDefaultInstanceForType()
RouteAction.Builder.getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.RouteAction.getInternalRedirectPolicy()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.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
(InputStream input) static InternalRedirectPolicy
InternalRedirectPolicy.parseDelimitedFrom
(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
(InputStream input) static InternalRedirectPolicy
InternalRedirectPolicy.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InternalRedirectPolicy
InternalRedirectPolicy.parseFrom
(ByteBuffer data) static InternalRedirectPolicy
InternalRedirectPolicy.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type InternalRedirectPolicyModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<InternalRedirectPolicy> InternalRedirectPolicy.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<InternalRedirectPolicy, InternalRedirectPolicy.Builder, InternalRedirectPolicyOrBuilder> RouteAction.Builder.internalGetInternalRedirectPolicyFieldBuilder()
If present, Envoy will try to follow an upstream redirect response instead of proxying the response back to the downstream.static com.google.protobuf.Parser
<InternalRedirectPolicy> InternalRedirectPolicy.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type InternalRedirectPolicyModifier and TypeMethodDescriptionprivate void
InternalRedirectPolicy.Builder.buildPartial0
(InternalRedirectPolicy result) private void
InternalRedirectPolicy.Builder.buildPartialRepeatedFields
(InternalRedirectPolicy result) InternalRedirectPolicy.Builder.mergeFrom
(InternalRedirectPolicy other) 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.InternalRedirectPolicy.newBuilder
(InternalRedirectPolicy prototype) 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.