Package io.envoyproxy.envoy.type.http.v3
Interface PathTransformationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathTransformation
,PathTransformation.Builder
public interface PathTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathTransformation.Operation
getOperations(int index)
A list of operations to apply.int
getOperationsCount()
A list of operations to apply.java.util.List<PathTransformation.Operation>
getOperationsList()
A list of operations to apply.PathTransformation.OperationOrBuilder
getOperationsOrBuilder(int index)
A list of operations to apply.java.util.List<? extends PathTransformation.OperationOrBuilder>
getOperationsOrBuilderList()
A list of operations to apply.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationsList
java.util.List<PathTransformation.Operation> getOperationsList()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperations
PathTransformation.Operation getOperations(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsCount
int getOperationsCount()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsOrBuilderList
java.util.List<? extends PathTransformation.OperationOrBuilder> getOperationsOrBuilderList()
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
getOperationsOrBuilder
PathTransformation.OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations to apply. Transformations will be performed in the order that they appear.
repeated .envoy.type.http.v3.PathTransformation.Operation operations = 1;
-
-