Class PathTransformation.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • clear

        public PathTransformation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • getDefaultInstanceForType

        public PathTransformation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PathTransformation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PathTransformation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public PathTransformation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • setField

        public PathTransformation.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • clearField

        public PathTransformation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • clearOneof

        public PathTransformation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • setRepeatedField

        public PathTransformation.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • addRepeatedField

        public PathTransformation.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • mergeFrom

        public PathTransformation.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • mergeFrom

        public PathTransformation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PathTransformation.Builder>
        Throws:
        IOException
      • getOperationsCount

        public 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;
        Specified by:
        getOperationsCount in interface PathTransformationOrBuilder
      • setOperations

        public PathTransformation.Builder setOperations​(int index,
                                                        PathTransformation.Operation value)
         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;
      • addOperations

        public PathTransformation.Builder addOperations​(PathTransformation.Operation value)
         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;
      • addOperations

        public PathTransformation.Builder addOperations​(int index,
                                                        PathTransformation.Operation value)
         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;
      • clearOperations

        public PathTransformation.Builder clearOperations()
         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;
      • removeOperations

        public PathTransformation.Builder removeOperations​(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;
      • getOperationsBuilder

        public PathTransformation.Operation.Builder getOperationsBuilder​(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;
      • addOperationsBuilder

        public PathTransformation.Operation.Builder addOperationsBuilder()
         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;
      • addOperationsBuilder

        public PathTransformation.Operation.Builder addOperationsBuilder​(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;
      • getOperationsBuilderList

        public List<PathTransformation.Operation.Builder> getOperationsBuilderList()
         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;
      • setUnknownFields

        public final PathTransformation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>
      • mergeUnknownFields

        public final PathTransformation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PathTransformation.Builder>