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 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;