Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation
Packages that use PathTransformation.Operation
-
Uses of PathTransformation.Operation in io.envoyproxy.envoy.type.http.v3
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.OperationModifier and TypeMethodDescriptionPathTransformation.Operation.Builder.build()PathTransformation.Operation.Builder.buildPartial()static PathTransformation.OperationPathTransformation.Operation.getDefaultInstance()PathTransformation.Operation.Builder.getDefaultInstanceForType()PathTransformation.Operation.getDefaultInstanceForType()PathTransformation.Builder.getOperations(int index) A list of operations to apply.PathTransformation.getOperations(int index) A list of operations to apply.PathTransformationOrBuilder.getOperations(int index) A list of operations to apply.static PathTransformation.OperationPathTransformation.Operation.parseDelimitedFrom(InputStream input) static PathTransformation.OperationPathTransformation.Operation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.OperationPathTransformation.Operation.parseFrom(byte[] data) static PathTransformation.OperationPathTransformation.Operation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.OperationPathTransformation.Operation.parseFrom(com.google.protobuf.ByteString data) static PathTransformation.OperationPathTransformation.Operation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.OperationPathTransformation.Operation.parseFrom(com.google.protobuf.CodedInputStream input) static PathTransformation.OperationPathTransformation.Operation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.OperationPathTransformation.Operation.parseFrom(InputStream input) static PathTransformation.OperationPathTransformation.Operation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.OperationPathTransformation.Operation.parseFrom(ByteBuffer data) static PathTransformation.OperationPathTransformation.Operation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.OperationModifier and TypeMethodDescriptionPathTransformation.Builder.getOperationsList()A list of operations to apply.PathTransformation.getOperationsList()A list of operations to apply.PathTransformationOrBuilder.getOperationsList()A list of operations to apply.com.google.protobuf.Parser<PathTransformation.Operation> PathTransformation.Operation.getParserForType()static com.google.protobuf.Parser<PathTransformation.Operation> PathTransformation.Operation.parser()Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type PathTransformation.OperationModifier and TypeMethodDescriptionPathTransformation.Builder.addOperations(int index, PathTransformation.Operation value) A list of operations to apply.PathTransformation.Builder.addOperations(PathTransformation.Operation value) A list of operations to apply.PathTransformation.Operation.Builder.mergeFrom(PathTransformation.Operation other) PathTransformation.Operation.newBuilder(PathTransformation.Operation prototype) PathTransformation.Builder.setOperations(int index, PathTransformation.Operation value) A list of operations to apply.Method parameters in io.envoyproxy.envoy.type.http.v3 with type arguments of type PathTransformation.OperationModifier and TypeMethodDescriptionPathTransformation.Builder.addAllOperations(Iterable<? extends PathTransformation.Operation> values) A list of operations to apply.