Class InternalRedirectPolicy
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.envoyproxy.envoy.config.route.v3.InternalRedirectPolicy
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,InternalRedirectPolicyOrBuilder
,java.io.Serializable
public final class InternalRedirectPolicy extends com.google.protobuf.GeneratedMessage implements InternalRedirectPolicyOrBuilder
HTTP Internal Redirect :ref:`architecture overview <arch_overview_internal_redirects>`. [#next-free-field: 6]
Protobuf typeenvoy.config.route.v3.InternalRedirectPolicy
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InternalRedirectPolicy.Builder
HTTP Internal Redirect :ref:`architecture overview <arch_overview_internal_redirects>`.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALLOW_CROSS_SCHEME_REDIRECT_FIELD_NUMBER
private boolean
allowCrossSchemeRedirect_
private int
bitField0_
private static InternalRedirectPolicy
DEFAULT_INSTANCE
static int
MAX_INTERNAL_REDIRECTS_FIELD_NUMBER
private com.google.protobuf.UInt32Value
maxInternalRedirects_
private byte
memoizedIsInitialized
private static com.google.protobuf.Parser<InternalRedirectPolicy>
PARSER
private java.util.List<TypedExtensionConfig>
predicates_
static int
PREDICATES_FIELD_NUMBER
static int
REDIRECT_RESPONSE_CODES_FIELD_NUMBER
private com.google.protobuf.Internal.IntList
redirectResponseCodes_
private int
redirectResponseCodesMemoizedSerializedSize
static int
RESPONSE_HEADERS_TO_COPY_FIELD_NUMBER
private com.google.protobuf.LazyStringArrayList
responseHeadersToCopy_
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalRedirectPolicy()
private
InternalRedirectPolicy(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
boolean
getAllowCrossSchemeRedirect()
Allow internal redirect to follow a target URI with a different scheme than the value of x-forwarded-proto.static InternalRedirectPolicy
getDefaultInstance()
InternalRedirectPolicy
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.UInt32Value
getMaxInternalRedirects()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value.com.google.protobuf.UInt32ValueOrBuilder
getMaxInternalRedirectsOrBuilder()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value.com.google.protobuf.Parser<InternalRedirectPolicy>
getParserForType()
TypedExtensionConfig
getPredicates(int index)
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria.int
getPredicatesCount()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria.java.util.List<TypedExtensionConfig>
getPredicatesList()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria.TypedExtensionConfigOrBuilder
getPredicatesOrBuilder(int index)
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria.java.util.List<? extends TypedExtensionConfigOrBuilder>
getPredicatesOrBuilderList()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria.int
getRedirectResponseCodes(int index)
Defines what upstream response codes are allowed to trigger internal redirect.int
getRedirectResponseCodesCount()
Defines what upstream response codes are allowed to trigger internal redirect.java.util.List<java.lang.Integer>
getRedirectResponseCodesList()
Defines what upstream response codes are allowed to trigger internal redirect.java.lang.String
getResponseHeadersToCopy(int index)
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request.com.google.protobuf.ByteString
getResponseHeadersToCopyBytes(int index)
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request.int
getResponseHeadersToCopyCount()
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request.com.google.protobuf.ProtocolStringList
getResponseHeadersToCopyList()
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request.int
getSerializedSize()
int
hashCode()
boolean
hasMaxInternalRedirects()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static InternalRedirectPolicy.Builder
newBuilder()
static InternalRedirectPolicy.Builder
newBuilder(InternalRedirectPolicy prototype)
InternalRedirectPolicy.Builder
newBuilderForType()
protected InternalRedirectPolicy.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static InternalRedirectPolicy
parseDelimitedFrom(java.io.InputStream input)
static InternalRedirectPolicy
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
parseFrom(byte[] data)
static InternalRedirectPolicy
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
parseFrom(com.google.protobuf.ByteString data)
static InternalRedirectPolicy
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
parseFrom(com.google.protobuf.CodedInputStream input)
static InternalRedirectPolicy
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
parseFrom(java.io.InputStream input)
static InternalRedirectPolicy
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InternalRedirectPolicy
parseFrom(java.nio.ByteBuffer data)
static InternalRedirectPolicy
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<InternalRedirectPolicy>
parser()
InternalRedirectPolicy.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
MAX_INTERNAL_REDIRECTS_FIELD_NUMBER
public static final int MAX_INTERNAL_REDIRECTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
maxInternalRedirects_
private com.google.protobuf.UInt32Value maxInternalRedirects_
-
REDIRECT_RESPONSE_CODES_FIELD_NUMBER
public static final int REDIRECT_RESPONSE_CODES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
redirectResponseCodes_
private com.google.protobuf.Internal.IntList redirectResponseCodes_
-
redirectResponseCodesMemoizedSerializedSize
private int redirectResponseCodesMemoizedSerializedSize
-
PREDICATES_FIELD_NUMBER
public static final int PREDICATES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
predicates_
private java.util.List<TypedExtensionConfig> predicates_
-
ALLOW_CROSS_SCHEME_REDIRECT_FIELD_NUMBER
public static final int ALLOW_CROSS_SCHEME_REDIRECT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
allowCrossSchemeRedirect_
private boolean allowCrossSchemeRedirect_
-
RESPONSE_HEADERS_TO_COPY_FIELD_NUMBER
public static final int RESPONSE_HEADERS_TO_COPY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
responseHeadersToCopy_
private com.google.protobuf.LazyStringArrayList responseHeadersToCopy_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final InternalRedirectPolicy DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<InternalRedirectPolicy> PARSER
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
hasMaxInternalRedirects
public boolean hasMaxInternalRedirects()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value. In the case where a downstream request is bounced among multiple routes by internal redirect, the first route that hits this threshold, or does not set :ref:`internal_redirect_policy <envoy_v3_api_field_config.route.v3.RouteAction.internal_redirect_policy>` will pass the redirect back to downstream. If not specified, at most one redirect will be followed.
.google.protobuf.UInt32Value max_internal_redirects = 1;
- Specified by:
hasMaxInternalRedirects
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- Whether the maxInternalRedirects field is set.
-
getMaxInternalRedirects
public com.google.protobuf.UInt32Value getMaxInternalRedirects()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value. In the case where a downstream request is bounced among multiple routes by internal redirect, the first route that hits this threshold, or does not set :ref:`internal_redirect_policy <envoy_v3_api_field_config.route.v3.RouteAction.internal_redirect_policy>` will pass the redirect back to downstream. If not specified, at most one redirect will be followed.
.google.protobuf.UInt32Value max_internal_redirects = 1;
- Specified by:
getMaxInternalRedirects
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- The maxInternalRedirects.
-
getMaxInternalRedirectsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getMaxInternalRedirectsOrBuilder()
An internal redirect is not handled, unless the number of previous internal redirects that a downstream request has encountered is lower than this value. In the case where a downstream request is bounced among multiple routes by internal redirect, the first route that hits this threshold, or does not set :ref:`internal_redirect_policy <envoy_v3_api_field_config.route.v3.RouteAction.internal_redirect_policy>` will pass the redirect back to downstream. If not specified, at most one redirect will be followed.
.google.protobuf.UInt32Value max_internal_redirects = 1;
- Specified by:
getMaxInternalRedirectsOrBuilder
in interfaceInternalRedirectPolicyOrBuilder
-
getRedirectResponseCodesList
public java.util.List<java.lang.Integer> getRedirectResponseCodesList()
Defines what upstream response codes are allowed to trigger internal redirect. If unspecified, only 302 will be treated as internal redirect. Only 301, 302, 303, 307 and 308 are valid values. Any other codes will be ignored.
repeated uint32 redirect_response_codes = 2 [(.validate.rules) = { ... }
- Specified by:
getRedirectResponseCodesList
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- A list containing the redirectResponseCodes.
-
getRedirectResponseCodesCount
public int getRedirectResponseCodesCount()
Defines what upstream response codes are allowed to trigger internal redirect. If unspecified, only 302 will be treated as internal redirect. Only 301, 302, 303, 307 and 308 are valid values. Any other codes will be ignored.
repeated uint32 redirect_response_codes = 2 [(.validate.rules) = { ... }
- Specified by:
getRedirectResponseCodesCount
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- The count of redirectResponseCodes.
-
getRedirectResponseCodes
public int getRedirectResponseCodes(int index)
Defines what upstream response codes are allowed to trigger internal redirect. If unspecified, only 302 will be treated as internal redirect. Only 301, 302, 303, 307 and 308 are valid values. Any other codes will be ignored.
repeated uint32 redirect_response_codes = 2 [(.validate.rules) = { ... }
- Specified by:
getRedirectResponseCodes
in interfaceInternalRedirectPolicyOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The redirectResponseCodes at the given index.
-
getPredicatesList
public java.util.List<TypedExtensionConfig> getPredicatesList()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria. Any predicate in the list can reject the redirect, causing the response to be proxied to downstream. [#extension-category: envoy.internal_redirect_predicates]
repeated .envoy.config.core.v3.TypedExtensionConfig predicates = 3;
- Specified by:
getPredicatesList
in interfaceInternalRedirectPolicyOrBuilder
-
getPredicatesOrBuilderList
public java.util.List<? extends TypedExtensionConfigOrBuilder> getPredicatesOrBuilderList()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria. Any predicate in the list can reject the redirect, causing the response to be proxied to downstream. [#extension-category: envoy.internal_redirect_predicates]
repeated .envoy.config.core.v3.TypedExtensionConfig predicates = 3;
- Specified by:
getPredicatesOrBuilderList
in interfaceInternalRedirectPolicyOrBuilder
-
getPredicatesCount
public int getPredicatesCount()
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria. Any predicate in the list can reject the redirect, causing the response to be proxied to downstream. [#extension-category: envoy.internal_redirect_predicates]
repeated .envoy.config.core.v3.TypedExtensionConfig predicates = 3;
- Specified by:
getPredicatesCount
in interfaceInternalRedirectPolicyOrBuilder
-
getPredicates
public TypedExtensionConfig getPredicates(int index)
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria. Any predicate in the list can reject the redirect, causing the response to be proxied to downstream. [#extension-category: envoy.internal_redirect_predicates]
repeated .envoy.config.core.v3.TypedExtensionConfig predicates = 3;
- Specified by:
getPredicates
in interfaceInternalRedirectPolicyOrBuilder
-
getPredicatesOrBuilder
public TypedExtensionConfigOrBuilder getPredicatesOrBuilder(int index)
Specifies a list of predicates that are queried when an upstream response is deemed to trigger an internal redirect by all other criteria. Any predicate in the list can reject the redirect, causing the response to be proxied to downstream. [#extension-category: envoy.internal_redirect_predicates]
repeated .envoy.config.core.v3.TypedExtensionConfig predicates = 3;
- Specified by:
getPredicatesOrBuilder
in interfaceInternalRedirectPolicyOrBuilder
-
getAllowCrossSchemeRedirect
public boolean getAllowCrossSchemeRedirect()
Allow internal redirect to follow a target URI with a different scheme than the value of x-forwarded-proto. The default is false.
bool allow_cross_scheme_redirect = 4;
- Specified by:
getAllowCrossSchemeRedirect
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- The allowCrossSchemeRedirect.
-
getResponseHeadersToCopyList
public com.google.protobuf.ProtocolStringList getResponseHeadersToCopyList()
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request. If a header is specified here but not present in the redirect, it will be cleared in the subsequent request.
repeated string response_headers_to_copy = 5 [(.validate.rules) = { ... }
- Specified by:
getResponseHeadersToCopyList
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- A list containing the responseHeadersToCopy.
-
getResponseHeadersToCopyCount
public int getResponseHeadersToCopyCount()
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request. If a header is specified here but not present in the redirect, it will be cleared in the subsequent request.
repeated string response_headers_to_copy = 5 [(.validate.rules) = { ... }
- Specified by:
getResponseHeadersToCopyCount
in interfaceInternalRedirectPolicyOrBuilder
- Returns:
- The count of responseHeadersToCopy.
-
getResponseHeadersToCopy
public java.lang.String getResponseHeadersToCopy(int index)
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request. If a header is specified here but not present in the redirect, it will be cleared in the subsequent request.
repeated string response_headers_to_copy = 5 [(.validate.rules) = { ... }
- Specified by:
getResponseHeadersToCopy
in interfaceInternalRedirectPolicyOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The responseHeadersToCopy at the given index.
-
getResponseHeadersToCopyBytes
public com.google.protobuf.ByteString getResponseHeadersToCopyBytes(int index)
Specifies a list of headers, by name, to copy from the internal redirect into the subsequent request. If a header is specified here but not present in the redirect, it will be cleared in the subsequent request.
repeated string response_headers_to_copy = 5 [(.validate.rules) = { ... }
- Specified by:
getResponseHeadersToCopyBytes
in interfaceInternalRedirectPolicyOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the responseHeadersToCopy at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static InternalRedirectPolicy parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static InternalRedirectPolicy parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static InternalRedirectPolicy parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static InternalRedirectPolicy parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static InternalRedirectPolicy parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static InternalRedirectPolicy parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static InternalRedirectPolicy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public InternalRedirectPolicy.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static InternalRedirectPolicy.Builder newBuilder()
-
newBuilder
public static InternalRedirectPolicy.Builder newBuilder(InternalRedirectPolicy prototype)
-
toBuilder
public InternalRedirectPolicy.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected InternalRedirectPolicy.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static InternalRedirectPolicy getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<InternalRedirectPolicy> parser()
-
getParserForType
public com.google.protobuf.Parser<InternalRedirectPolicy> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public InternalRedirectPolicy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-