java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3.Config.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ConfigOrBuilder, Cloneable
Enclosing class:
Config

public static final class Config.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Config.Builder> implements ConfigOrBuilder
Protobuf type envoy.extensions.filters.network.set_filter_state.v3.Config
  • Method Details

    • 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<Config.Builder>
    • clear

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

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

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

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

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

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

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

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

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

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

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

      public Config.Builder mergeFrom(Config other)
    • isInitialized

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

      public Config.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<Config.Builder>
      Throws:
      IOException
    • getOnNewConnectionList

      public List<FilterStateValue> getOnNewConnectionList()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
      Specified by:
      getOnNewConnectionList in interface ConfigOrBuilder
    • getOnNewConnectionCount

      public int getOnNewConnectionCount()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
      Specified by:
      getOnNewConnectionCount in interface ConfigOrBuilder
    • getOnNewConnection

      public FilterStateValue getOnNewConnection(int index)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
      Specified by:
      getOnNewConnection in interface ConfigOrBuilder
    • setOnNewConnection

      public Config.Builder setOnNewConnection(int index, FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • setOnNewConnection

      public Config.Builder setOnNewConnection(int index, FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addOnNewConnection

      public Config.Builder addOnNewConnection(FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addOnNewConnection

      public Config.Builder addOnNewConnection(int index, FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addOnNewConnection

      public Config.Builder addOnNewConnection(FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addOnNewConnection

      public Config.Builder addOnNewConnection(int index, FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addAllOnNewConnection

      public Config.Builder addAllOnNewConnection(Iterable<? extends FilterStateValue> values)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • clearOnNewConnection

      public Config.Builder clearOnNewConnection()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • removeOnNewConnection

      public Config.Builder removeOnNewConnection(int index)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • getOnNewConnectionBuilder

      public FilterStateValue.Builder getOnNewConnectionBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • getOnNewConnectionOrBuilder

      public FilterStateValueOrBuilder getOnNewConnectionOrBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
      Specified by:
      getOnNewConnectionOrBuilder in interface ConfigOrBuilder
    • getOnNewConnectionOrBuilderList

      public List<? extends FilterStateValueOrBuilder> getOnNewConnectionOrBuilderList()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
      Specified by:
      getOnNewConnectionOrBuilderList in interface ConfigOrBuilder
    • addOnNewConnectionBuilder

      public FilterStateValue.Builder addOnNewConnectionBuilder()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • addOnNewConnectionBuilder

      public FilterStateValue.Builder addOnNewConnectionBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • getOnNewConnectionBuilderList

      public List<FilterStateValue.Builder> getOnNewConnectionBuilderList()
       A sequence of the filter state values to apply in the specified order
       when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
    • getOnDownstreamTlsHandshakeList

      public List<FilterStateValue> getOnDownstreamTlsHandshakeList()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
      Specified by:
      getOnDownstreamTlsHandshakeList in interface ConfigOrBuilder
    • getOnDownstreamTlsHandshakeCount

      public int getOnDownstreamTlsHandshakeCount()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
      Specified by:
      getOnDownstreamTlsHandshakeCount in interface ConfigOrBuilder
    • getOnDownstreamTlsHandshake

      public FilterStateValue getOnDownstreamTlsHandshake(int index)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
      Specified by:
      getOnDownstreamTlsHandshake in interface ConfigOrBuilder
    • setOnDownstreamTlsHandshake

      public Config.Builder setOnDownstreamTlsHandshake(int index, FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • setOnDownstreamTlsHandshake

      public Config.Builder setOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addOnDownstreamTlsHandshake

      public Config.Builder addOnDownstreamTlsHandshake(FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addOnDownstreamTlsHandshake

      public Config.Builder addOnDownstreamTlsHandshake(int index, FilterStateValue value)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addOnDownstreamTlsHandshake

      public Config.Builder addOnDownstreamTlsHandshake(FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addOnDownstreamTlsHandshake

      public Config.Builder addOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addAllOnDownstreamTlsHandshake

      public Config.Builder addAllOnDownstreamTlsHandshake(Iterable<? extends FilterStateValue> values)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • clearOnDownstreamTlsHandshake

      public Config.Builder clearOnDownstreamTlsHandshake()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • removeOnDownstreamTlsHandshake

      public Config.Builder removeOnDownstreamTlsHandshake(int index)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • getOnDownstreamTlsHandshakeBuilder

      public FilterStateValue.Builder getOnDownstreamTlsHandshakeBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • getOnDownstreamTlsHandshakeOrBuilder

      public FilterStateValueOrBuilder getOnDownstreamTlsHandshakeOrBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
      Specified by:
      getOnDownstreamTlsHandshakeOrBuilder in interface ConfigOrBuilder
    • getOnDownstreamTlsHandshakeOrBuilderList

      public List<? extends FilterStateValueOrBuilder> getOnDownstreamTlsHandshakeOrBuilderList()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
      Specified by:
      getOnDownstreamTlsHandshakeOrBuilderList in interface ConfigOrBuilder
    • addOnDownstreamTlsHandshakeBuilder

      public FilterStateValue.Builder addOnDownstreamTlsHandshakeBuilder()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • addOnDownstreamTlsHandshakeBuilder

      public FilterStateValue.Builder addOnDownstreamTlsHandshakeBuilder(int index)
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • getOnDownstreamTlsHandshakeBuilderList

      public List<FilterStateValue.Builder> getOnDownstreamTlsHandshakeBuilderList()
       A sequence of the filter state values to apply in the specified order
       when the downstream TLS handshake is complete.
      
       For non-TLS downstream connections (where there is no TLS handshake), this
       list is applied when a new connection is received.
       
      repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_downstream_tls_handshake = 2;
    • setUnknownFields

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

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