Class ProxyProtocolPassThroughTLVs.Builder

    • Field Detail

      • bitField0_

        private int bitField0_
      • matchType_

        private int matchType_
      • tlvType_

        private com.google.protobuf.Internal.IntList tlvType_
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ProxyProtocolPassThroughTLVs.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.GeneratedMessage.Builder<ProxyProtocolPassThroughTLVs.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ProxyProtocolPassThroughTLVs.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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<ProxyProtocolPassThroughTLVs.Builder>
        Throws:
        java.io.IOException
      • getMatchTypeValue

        public int getMatchTypeValue()
         The strategy to pass through TLVs. Default is INCLUDE_ALL.
         If INCLUDE_ALL is set, all TLVs will be passed through no matter the tlv_type field.
         
        .envoy.config.core.v3.ProxyProtocolPassThroughTLVs.PassTLVsMatchType match_type = 1;
        Specified by:
        getMatchTypeValue in interface ProxyProtocolPassThroughTLVsOrBuilder
        Returns:
        The enum numeric value on the wire for matchType.
      • setMatchTypeValue

        public ProxyProtocolPassThroughTLVs.Builder setMatchTypeValue​(int value)
         The strategy to pass through TLVs. Default is INCLUDE_ALL.
         If INCLUDE_ALL is set, all TLVs will be passed through no matter the tlv_type field.
         
        .envoy.config.core.v3.ProxyProtocolPassThroughTLVs.PassTLVsMatchType match_type = 1;
        Parameters:
        value - The enum numeric value on the wire for matchType to set.
        Returns:
        This builder for chaining.
      • setMatchType

        public ProxyProtocolPassThroughTLVs.Builder setMatchType​(ProxyProtocolPassThroughTLVs.PassTLVsMatchType value)
         The strategy to pass through TLVs. Default is INCLUDE_ALL.
         If INCLUDE_ALL is set, all TLVs will be passed through no matter the tlv_type field.
         
        .envoy.config.core.v3.ProxyProtocolPassThroughTLVs.PassTLVsMatchType match_type = 1;
        Parameters:
        value - The matchType to set.
        Returns:
        This builder for chaining.
      • clearMatchType

        public ProxyProtocolPassThroughTLVs.Builder clearMatchType()
         The strategy to pass through TLVs. Default is INCLUDE_ALL.
         If INCLUDE_ALL is set, all TLVs will be passed through no matter the tlv_type field.
         
        .envoy.config.core.v3.ProxyProtocolPassThroughTLVs.PassTLVsMatchType match_type = 1;
        Returns:
        This builder for chaining.
      • ensureTlvTypeIsMutable

        private void ensureTlvTypeIsMutable()
      • getTlvTypeList

        public java.util.List<java.lang.Integer> getTlvTypeList()
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Specified by:
        getTlvTypeList in interface ProxyProtocolPassThroughTLVsOrBuilder
        Returns:
        A list containing the tlvType.
      • getTlvTypeCount

        public int getTlvTypeCount()
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Specified by:
        getTlvTypeCount in interface ProxyProtocolPassThroughTLVsOrBuilder
        Returns:
        The count of tlvType.
      • getTlvType

        public int getTlvType​(int index)
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Specified by:
        getTlvType in interface ProxyProtocolPassThroughTLVsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tlvType at the given index.
      • setTlvType

        public ProxyProtocolPassThroughTLVs.Builder setTlvType​(int index,
                                                               int value)
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Parameters:
        index - The index to set the value at.
        value - The tlvType to set.
        Returns:
        This builder for chaining.
      • addTlvType

        public ProxyProtocolPassThroughTLVs.Builder addTlvType​(int value)
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Parameters:
        value - The tlvType to add.
        Returns:
        This builder for chaining.
      • addAllTlvType

        public ProxyProtocolPassThroughTLVs.Builder addAllTlvType​(java.lang.Iterable<? extends java.lang.Integer> values)
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Parameters:
        values - The tlvType to add.
        Returns:
        This builder for chaining.
      • clearTlvType

        public ProxyProtocolPassThroughTLVs.Builder clearTlvType()
         The TLV types that are applied based on match_type.
         TLV type is defined as uint8_t in proxy protocol. See `the spec
         <https://www.haproxy.org/download/2.1/doc/proxy-protocol.txt>`_ for details.
         
        repeated uint32 tlv_type = 2 [(.validate.rules) = { ... }
        Returns:
        This builder for chaining.