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
Modifier and TypeMethodDescriptiongetOperations
(int index) A list of operations to apply.int
A list of operations to apply.A list of operations to apply.getOperationsOrBuilder
(int index) A list of operations to apply.List
<? extends PathTransformation.OperationOrBuilder> A list of operations to apply.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationsList
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
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
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
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;
-