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.OperationPathTransformation.Operation. DEFAULT_INSTANCEFields 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. PARSERMethods in io.envoyproxy.envoy.type.http.v3 that return PathTransformation.Operation Modifier and Type Method Description PathTransformation.OperationPathTransformation.Operation.Builder. build()PathTransformation.OperationPathTransformation.Operation.Builder. buildPartial()static PathTransformation.OperationPathTransformation.Operation. getDefaultInstance()PathTransformation.OperationPathTransformation.Operation.Builder. getDefaultInstanceForType()PathTransformation.OperationPathTransformation.Operation. getDefaultInstanceForType()PathTransformation.OperationPathTransformation.Builder. getOperations(int index)A list of operations to apply.PathTransformation.OperationPathTransformation. getOperations(int index)A list of operations to apply.PathTransformation.OperationPathTransformationOrBuilder. getOperations(int index)A list of operations to apply.static PathTransformation.OperationPathTransformation.Operation. parseDelimitedFrom(java.io.InputStream input)static PathTransformation.OperationPathTransformation.Operation. parseDelimitedFrom(java.io.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(java.io.InputStream input)static PathTransformation.OperationPathTransformation.Operation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathTransformation.OperationPathTransformation.Operation. parseFrom(java.nio.ByteBuffer data)static PathTransformation.OperationPathTransformation.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.BuilderPathTransformation.Builder. addOperations(int index, PathTransformation.Operation value)A list of operations to apply.PathTransformation.BuilderPathTransformation.Builder. addOperations(PathTransformation.Operation value)A list of operations to apply.private voidPathTransformation.Operation.Builder. buildPartial0(PathTransformation.Operation result)private voidPathTransformation.Operation.Builder. buildPartialOneofs(PathTransformation.Operation result)PathTransformation.Operation.BuilderPathTransformation.Operation.Builder. mergeFrom(PathTransformation.Operation other)static PathTransformation.Operation.BuilderPathTransformation.Operation. newBuilder(PathTransformation.Operation prototype)PathTransformation.BuilderPathTransformation.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.BuilderPathTransformation.Builder. addAllOperations(java.lang.Iterable<? extends PathTransformation.Operation> values)A list of operations to apply.
-