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.OperationPathTransformation.Operation.DEFAULT_INSTANCEFields 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.PARSERMethods 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 TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<PathTransformation.Operation, PathTransformation.Operation.Builder, PathTransformation.OperationOrBuilder> PathTransformation.Builder.getOperationsFieldBuilder()PathTransformation.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.private voidPathTransformation.Operation.Builder.buildPartial0(PathTransformation.Operation result) private voidPathTransformation.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.