Uses of Class
io.envoyproxy.envoy.type.http.v3.PathTransformation.Operation
-
Packages that use PathTransformation.Operation Package Description io.envoyproxy.envoy.type.http.v3 -
-
Uses of PathTransformation.Operation in io.envoyproxy.envoy.type.http.v3
Fields in io.envoyproxy.envoy.type.http.v3 declared as PathTransformation.Operation Modifier and Type Field Description private static PathTransformation.Operation
PathTransformation.Operation. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.http.v3 with type parameters of type PathTransformation.Operation Modifier and Type Field Description private java.util.List<PathTransformation.Operation>
PathTransformation.Builder. operations_
private java.util.List<PathTransformation.Operation>
PathTransformation. operations_
private com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation,PathTransformation.Operation.Builder,PathTransformation.OperationOrBuilder>
PathTransformation.Builder. operationsBuilder_
private static com.google.protobuf.Parser<PathTransformation.Operation>
PathTransformation.Operation. PARSER
Methods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.Operation Modifier and Type Method Description PathTransformation.Operation
PathTransformation.Operation.Builder. build()
PathTransformation.Operation
PathTransformation.Operation.Builder. buildPartial()
static PathTransformation.Operation
PathTransformation.Operation. getDefaultInstance()
PathTransformation.Operation
PathTransformation.Operation.Builder. getDefaultInstanceForType()
PathTransformation.Operation
PathTransformation.Operation. getDefaultInstanceForType()
PathTransformation.Operation
PathTransformation.Builder. getOperations(int index)
A list of operations to apply.PathTransformation.Operation
PathTransformation. getOperations(int index)
A list of operations to apply.PathTransformation.Operation
PathTransformationOrBuilder. getOperations(int index)
A list of operations to apply.static PathTransformation.Operation
PathTransformation.Operation. parseDelimitedFrom(java.io.InputStream input)
static PathTransformation.Operation
PathTransformation.Operation. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static PathTransformation.Operation
PathTransformation.Operation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathTransformation.Operation
PathTransformation.Operation. parseFrom(java.nio.ByteBuffer data)
static PathTransformation.Operation
PathTransformation.Operation. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type PathTransformation.Operation Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation,PathTransformation.Operation.Builder,PathTransformation.OperationOrBuilder>
PathTransformation.Builder. getOperationsFieldBuilder()
java.util.List<PathTransformation.Operation>
PathTransformation.Builder. getOperationsList()
A list of operations to apply.java.util.List<PathTransformation.Operation>
PathTransformation. getOperationsList()
A list of operations to apply.java.util.List<PathTransformation.Operation>
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.Operation Modifier and Type Method Description PathTransformation.Builder
PathTransformation.Builder. addOperations(int index, PathTransformation.Operation value)
A list of operations to apply.PathTransformation.Builder
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
PathTransformation.Operation.Builder. mergeFrom(PathTransformation.Operation other)
static PathTransformation.Operation.Builder
PathTransformation.Operation. newBuilder(PathTransformation.Operation prototype)
PathTransformation.Builder
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.Operation Modifier and Type Method Description PathTransformation.Builder
PathTransformation.Builder. addAllOperations(java.lang.Iterable<? extends PathTransformation.Operation> values)
A list of operations to apply.
-