Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation.Builder
Packages that use PathTransformation.Operation.Builder
-
Uses of PathTransformation.Operation.Builder in io.envoyproxy.envoy.type.http.v3
Fields in io.envoyproxy.envoy.type.http.v3 with type parameters of type PathTransformation.Operation.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<PathTransformation.Operation, PathTransformation.Operation.Builder, PathTransformation.OperationOrBuilder> PathTransformation.Builder.operationsBuilder_
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.Operation.BuilderModifier and TypeMethodDescriptionPathTransformation.Builder.addOperationsBuilder()
A list of operations to apply.PathTransformation.Builder.addOperationsBuilder
(int index) A list of operations to apply.PathTransformation.Operation.Builder.clear()
PathTransformation.Operation.Builder.clearMergeSlashes()
Enable merging adjacent slashes.PathTransformation.Operation.Builder.clearNormalizePathRfc3986()
Enable path normalization per RFC 3986.PathTransformation.Operation.Builder.clearOperationSpecifier()
PathTransformation.Builder.getOperationsBuilder
(int index) A list of operations to apply.PathTransformation.Operation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathTransformation.Operation.Builder.mergeFrom
(com.google.protobuf.Message other) PathTransformation.Operation.Builder.mergeFrom
(PathTransformation.Operation other) PathTransformation.Operation.Builder.mergeMergeSlashes
(PathTransformation.Operation.MergeSlashes value) Enable merging adjacent slashes.PathTransformation.Operation.Builder.mergeNormalizePathRfc3986
(PathTransformation.Operation.NormalizePathRFC3986 value) Enable path normalization per RFC 3986.PathTransformation.Operation.newBuilder()
PathTransformation.Operation.newBuilder
(PathTransformation.Operation prototype) PathTransformation.Operation.newBuilderForType()
protected PathTransformation.Operation.Builder
PathTransformation.Operation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) PathTransformation.Operation.Builder.setMergeSlashes
(PathTransformation.Operation.MergeSlashes value) Enable merging adjacent slashes.PathTransformation.Operation.Builder.setMergeSlashes
(PathTransformation.Operation.MergeSlashes.Builder builderForValue) Enable merging adjacent slashes.PathTransformation.Operation.Builder.setNormalizePathRfc3986
(PathTransformation.Operation.NormalizePathRFC3986 value) Enable path normalization per RFC 3986.PathTransformation.Operation.Builder.setNormalizePathRfc3986
(PathTransformation.Operation.NormalizePathRFC3986.Builder builderForValue) Enable path normalization per RFC 3986.PathTransformation.Operation.toBuilder()
Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.Operation.BuilderModifier and TypeMethodDescriptionPathTransformation.Builder.getOperationsBuilderList()
A list of operations to apply.private com.google.protobuf.RepeatedFieldBuilder
<PathTransformation.Operation, PathTransformation.Operation.Builder, PathTransformation.OperationOrBuilder> PathTransformation.Builder.getOperationsFieldBuilder()
Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation.Operation.BuilderModifier and TypeMethodDescriptionPathTransformation.Builder.addOperations
(int index, PathTransformation.Operation.Builder builderForValue) A list of operations to apply.PathTransformation.Builder.addOperations
(PathTransformation.Operation.Builder builderForValue) A list of operations to apply.PathTransformation.Builder.setOperations
(int index, PathTransformation.Operation.Builder builderForValue) A list of operations to apply.