Class IPTagging.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, IPTaggingOrBuilder, Cloneable
    Enclosing class:
    IPTagging

    public static final class IPTagging.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
    implements IPTaggingOrBuilder
    Protobuf type envoy.config.filter.http.ip_tagging.v2.IPTagging
    • 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<IPTagging.Builder>
      • clear

        public IPTagging.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<IPTagging.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<IPTagging.Builder>
      • getDefaultInstanceForType

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

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

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

        public IPTagging.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<IPTagging.Builder>
      • setField

        public IPTagging.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<IPTagging.Builder>
      • clearField

        public IPTagging.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<IPTagging.Builder>
      • clearOneof

        public IPTagging.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<IPTagging.Builder>
      • setRepeatedField

        public IPTagging.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<IPTagging.Builder>
      • addRepeatedField

        public IPTagging.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<IPTagging.Builder>
      • mergeFrom

        public IPTagging.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<IPTagging.Builder>
      • isInitialized

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

        public IPTagging.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<IPTagging.Builder>
        Throws:
        IOException
      • getRequestTypeValue

        public int getRequestTypeValue()
         The type of request the filter should apply to.
         
        .envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }
        Specified by:
        getRequestTypeValue in interface IPTaggingOrBuilder
        Returns:
        The enum numeric value on the wire for requestType.
      • setRequestTypeValue

        public IPTagging.Builder setRequestTypeValue​(int value)
         The type of request the filter should apply to.
         
        .envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }
        Parameters:
        value - The enum numeric value on the wire for requestType to set.
        Returns:
        This builder for chaining.
      • getRequestType

        public IPTagging.RequestType getRequestType()
         The type of request the filter should apply to.
         
        .envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }
        Specified by:
        getRequestType in interface IPTaggingOrBuilder
        Returns:
        The requestType.
      • setRequestType

        public IPTagging.Builder setRequestType​(IPTagging.RequestType value)
         The type of request the filter should apply to.
         
        .envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }
        Parameters:
        value - The requestType to set.
        Returns:
        This builder for chaining.
      • clearRequestType

        public IPTagging.Builder clearRequestType()
         The type of request the filter should apply to.
         
        .envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }
        Returns:
        This builder for chaining.
      • getIpTagsList

        public List<IPTagging.IPTag> getIpTagsList()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
        Specified by:
        getIpTagsList in interface IPTaggingOrBuilder
      • getIpTagsCount

        public int getIpTagsCount()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
        Specified by:
        getIpTagsCount in interface IPTaggingOrBuilder
      • getIpTags

        public IPTagging.IPTag getIpTags​(int index)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
        Specified by:
        getIpTags in interface IPTaggingOrBuilder
      • setIpTags

        public IPTagging.Builder setIpTags​(int index,
                                           IPTagging.IPTag value)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • setIpTags

        public IPTagging.Builder setIpTags​(int index,
                                           IPTagging.IPTag.Builder builderForValue)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addIpTags

        public IPTagging.Builder addIpTags​(IPTagging.IPTag value)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addIpTags

        public IPTagging.Builder addIpTags​(int index,
                                           IPTagging.IPTag value)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addIpTags

        public IPTagging.Builder addIpTags​(IPTagging.IPTag.Builder builderForValue)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addIpTags

        public IPTagging.Builder addIpTags​(int index,
                                           IPTagging.IPTag.Builder builderForValue)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addAllIpTags

        public IPTagging.Builder addAllIpTags​(Iterable<? extends IPTagging.IPTag> values)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • clearIpTags

        public IPTagging.Builder clearIpTags()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • removeIpTags

        public IPTagging.Builder removeIpTags​(int index)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • getIpTagsBuilder

        public IPTagging.IPTag.Builder getIpTagsBuilder​(int index)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • getIpTagsOrBuilder

        public IPTagging.IPTagOrBuilder getIpTagsOrBuilder​(int index)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
        Specified by:
        getIpTagsOrBuilder in interface IPTaggingOrBuilder
      • getIpTagsOrBuilderList

        public List<? extends IPTagging.IPTagOrBuilder> getIpTagsOrBuilderList()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
        Specified by:
        getIpTagsOrBuilderList in interface IPTaggingOrBuilder
      • addIpTagsBuilder

        public IPTagging.IPTag.Builder addIpTagsBuilder()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • addIpTagsBuilder

        public IPTagging.IPTag.Builder addIpTagsBuilder​(int index)
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • getIpTagsBuilderList

        public List<IPTagging.IPTag.Builder> getIpTagsBuilderList()
         [#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
         Tracked by issue https://github.com/envoyproxy/envoy/issues/2695]
         The set of IP tags for the filter.
         
        repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
      • setUnknownFields

        public final IPTagging.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<IPTagging.Builder>
      • mergeUnknownFields

        public final IPTagging.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<IPTagging.Builder>