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
Fields in io.envoyproxy.envoy.type.http.v3 declared as PathTransformation.OperationModifier and TypeFieldDescriptionprivate static final PathTransformation.Operation
PathTransformation.Operation.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.http.v3 with type parameters of type PathTransformation.OperationModifier and TypeFieldDescriptionprivate List
<PathTransformation.Operation> PathTransformation.Builder.operations_
private List
<PathTransformation.Operation> PathTransformation.operations_
private com.google.protobuf.RepeatedFieldBuilder
<PathTransformation.Operation, PathTransformation.Operation.Builder, PathTransformation.OperationOrBuilder> PathTransformation.Builder.operationsBuilder_
private static final com.google.protobuf.Parser
<PathTransformation.Operation> PathTransformation.Operation.PARSER
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.OperationModifier and TypeMethodDescriptionPathTransformation.Operation.Builder.build()
PathTransformation.Operation.Builder.buildPartial()
static PathTransformation.Operation
PathTransformation.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.Operation
PathTransformation.Operation.parseDelimitedFrom
(InputStream input) static PathTransformation.Operation
PathTransformation.Operation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(byte[] data) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(com.google.protobuf.ByteString data) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(com.google.protobuf.CodedInputStream input) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(InputStream input) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathTransformation.Operation
PathTransformation.Operation.parseFrom
(ByteBuffer data) static PathTransformation.Operation
PathTransformation.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()
private com.google.protobuf.RepeatedFieldBuilder
<PathTransformation.Operation, PathTransformation.Operation.Builder, PathTransformation.OperationOrBuilder> PathTransformation.Builder.internalGetOperationsFieldBuilder()
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.private void
PathTransformation.Operation.Builder.buildPartial0
(PathTransformation.Operation result) private void
PathTransformation.Operation.Builder.buildPartialOneofs
(PathTransformation.Operation result) 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.