Package io.envoyproxy.envoy.type.http.v3
Class PathTransformation.Operation.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PathTransformation.Operation.Builder>
com.google.protobuf.GeneratedMessage.Builder<PathTransformation.Operation.Builder>
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PathTransformation.OperationOrBuilder
,Cloneable
- Enclosing class:
PathTransformation.Operation
public static final class PathTransformation.Operation.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PathTransformation.Operation.Builder>
implements PathTransformation.OperationOrBuilder
A type of operation to alter text.Protobuf type
envoy.type.http.v3.PathTransformation.Operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private com.google.protobuf.SingleFieldBuilder
<PathTransformation.Operation.MergeSlashes, PathTransformation.Operation.MergeSlashes.Builder, PathTransformation.Operation.MergeSlashesOrBuilder> private com.google.protobuf.SingleFieldBuilder
<PathTransformation.Operation.NormalizePathRFC3986, PathTransformation.Operation.NormalizePathRFC3986.Builder, PathTransformation.Operation.NormalizePathRFC3986OrBuilder> private Object
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
private void
private void
clear()
Enable merging adjacent slashes.Enable path normalization per RFC 3986.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Enable merging adjacent slashes.Enable merging adjacent slashes.Enable merging adjacent slashes.Enable path normalization per RFC 3986.Enable path normalization per RFC 3986.Enable path normalization per RFC 3986.boolean
Enable merging adjacent slashes.boolean
Enable path normalization per RFC 3986.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
private com.google.protobuf.SingleFieldBuilder
<PathTransformation.Operation.MergeSlashes, PathTransformation.Operation.MergeSlashes.Builder, PathTransformation.Operation.MergeSlashesOrBuilder> Enable merging adjacent slashes.private com.google.protobuf.SingleFieldBuilder
<PathTransformation.Operation.NormalizePathRFC3986, PathTransformation.Operation.NormalizePathRFC3986.Builder, PathTransformation.Operation.NormalizePathRFC3986OrBuilder> Enable path normalization per RFC 3986.final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) Enable merging adjacent slashes.Enable path normalization per RFC 3986.Enable merging adjacent slashes.setMergeSlashes
(PathTransformation.Operation.MergeSlashes.Builder builderForValue) Enable merging adjacent slashes.Enable path normalization per RFC 3986.Enable path normalization per RFC 3986.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
operationSpecifierCase_
private int operationSpecifierCase_ -
operationSpecifier_
-
bitField0_
private int bitField0_ -
normalizePathRfc3986Builder_
private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.NormalizePathRFC3986,PathTransformation.Operation.NormalizePathRFC3986.Builder, normalizePathRfc3986Builder_PathTransformation.Operation.NormalizePathRFC3986OrBuilder> -
mergeSlashesBuilder_
private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.MergeSlashes,PathTransformation.Operation.MergeSlashes.Builder, mergeSlashesBuilder_PathTransformation.Operation.MergeSlashesOrBuilder>
-
-
Constructor Details
-
Builder
private Builder() -
Builder
private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
-
-
Method Details
-
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.Builder<PathTransformation.Operation.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Operation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Operation.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
-
buildPartialOneofs
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Operation.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<PathTransformation.Operation.Builder>
-
mergeFrom
public PathTransformation.Operation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PathTransformation.Operation.Builder>
- Throws:
IOException
-
getOperationSpecifierCase
- Specified by:
getOperationSpecifierCase
in interfacePathTransformation.OperationOrBuilder
-
clearOperationSpecifier
-
hasNormalizePathRfc3986
public boolean hasNormalizePathRfc3986()Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
- Specified by:
hasNormalizePathRfc3986
in interfacePathTransformation.OperationOrBuilder
- Returns:
- Whether the normalizePathRfc3986 field is set.
-
getNormalizePathRfc3986
Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
- Specified by:
getNormalizePathRfc3986
in interfacePathTransformation.OperationOrBuilder
- Returns:
- The normalizePathRfc3986.
-
setNormalizePathRfc3986
public PathTransformation.Operation.Builder setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986 value) Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
setNormalizePathRfc3986
public PathTransformation.Operation.Builder setNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986.Builder builderForValue) Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
mergeNormalizePathRfc3986
public PathTransformation.Operation.Builder mergeNormalizePathRfc3986(PathTransformation.Operation.NormalizePathRFC3986 value) Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
clearNormalizePathRfc3986
Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
getNormalizePathRfc3986Builder
Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
getNormalizePathRfc3986OrBuilder
public PathTransformation.Operation.NormalizePathRFC3986OrBuilder getNormalizePathRfc3986OrBuilder()Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
- Specified by:
getNormalizePathRfc3986OrBuilder
in interfacePathTransformation.OperationOrBuilder
-
internalGetNormalizePathRfc3986FieldBuilder
private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.NormalizePathRFC3986,PathTransformation.Operation.NormalizePathRFC3986.Builder, internalGetNormalizePathRfc3986FieldBuilder()PathTransformation.Operation.NormalizePathRFC3986OrBuilder> Enable path normalization per RFC 3986.
.envoy.type.http.v3.PathTransformation.Operation.NormalizePathRFC3986 normalize_path_rfc_3986 = 2;
-
hasMergeSlashes
public boolean hasMergeSlashes()Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
- Specified by:
hasMergeSlashes
in interfacePathTransformation.OperationOrBuilder
- Returns:
- Whether the mergeSlashes field is set.
-
getMergeSlashes
Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
- Specified by:
getMergeSlashes
in interfacePathTransformation.OperationOrBuilder
- Returns:
- The mergeSlashes.
-
setMergeSlashes
public PathTransformation.Operation.Builder setMergeSlashes(PathTransformation.Operation.MergeSlashes value) Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-
setMergeSlashes
public PathTransformation.Operation.Builder setMergeSlashes(PathTransformation.Operation.MergeSlashes.Builder builderForValue) Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-
mergeMergeSlashes
public PathTransformation.Operation.Builder mergeMergeSlashes(PathTransformation.Operation.MergeSlashes value) Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-
clearMergeSlashes
Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-
getMergeSlashesBuilder
Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-
getMergeSlashesOrBuilder
Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
- Specified by:
getMergeSlashesOrBuilder
in interfacePathTransformation.OperationOrBuilder
-
internalGetMergeSlashesFieldBuilder
private com.google.protobuf.SingleFieldBuilder<PathTransformation.Operation.MergeSlashes,PathTransformation.Operation.MergeSlashes.Builder, internalGetMergeSlashesFieldBuilder()PathTransformation.Operation.MergeSlashesOrBuilder> Enable merging adjacent slashes.
.envoy.type.http.v3.PathTransformation.Operation.MergeSlashes merge_slashes = 3;
-