RedirectAction.Builder |
RedirectAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RedirectAction.Builder |
RedirectAction.Builder.clear() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
RedirectAction.Builder |
RedirectAction.Builder.clearHostRedirect() |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearHttpsRedirect() |
The scheme portion of the URL will be swapped with "https".
|
RedirectAction.Builder |
RedirectAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
RedirectAction.Builder |
RedirectAction.Builder.clearPathRedirect() |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearPathRewriteSpecifier() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearPortRedirect() |
The port value of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearPrefixRewrite() |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearResponseCode() |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.clearSchemeRedirect() |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearSchemeRewriteSpecifier() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearStripQuery() |
Indicates that during redirection, the query portion of the URL will
be removed.
|
RedirectAction.Builder |
RedirectAction.Builder.clone() |
|
RedirectAction.Builder |
Route.Builder.getRedirectBuilder() |
Return a redirect.
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(RedirectAction other) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static RedirectAction.Builder |
RedirectAction.newBuilder() |
|
static RedirectAction.Builder |
RedirectAction.newBuilder(RedirectAction prototype) |
|
RedirectAction.Builder |
RedirectAction.newBuilderForType() |
|
protected RedirectAction.Builder |
RedirectAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RedirectAction.Builder |
RedirectAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RedirectAction.Builder |
RedirectAction.Builder.setHostRedirect(String value) |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setHostRedirectBytes(com.google.protobuf.ByteString value) |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setHttpsRedirect(boolean value) |
The scheme portion of the URL will be swapped with "https".
|
RedirectAction.Builder |
RedirectAction.Builder.setPathRedirect(String value) |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPathRedirectBytes(com.google.protobuf.ByteString value) |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPortRedirect(int value) |
The port value of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPrefixRewrite(String value) |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPrefixRewriteBytes(com.google.protobuf.ByteString value) |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RedirectAction.Builder |
RedirectAction.Builder.setResponseCode(RedirectAction.RedirectResponseCode value) |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.setResponseCodeValue(int value) |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.setSchemeRedirect(String value) |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setSchemeRedirectBytes(com.google.protobuf.ByteString value) |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setStripQuery(boolean value) |
Indicates that during redirection, the query portion of the URL will
be removed.
|
RedirectAction.Builder |
RedirectAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
RedirectAction.Builder |
RedirectAction.toBuilder() |
|