Class Config.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- 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 typeenvoy.extensions.filters.network.set_filter_state.v3.Config
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Config.BuilderaddAllOnNewConnection(Iterable<? extends FilterStateValue> values)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderaddOnNewConnection(int index, FilterStateValue value)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderaddOnNewConnection(int index, FilterStateValue.Builder builderForValue)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderaddOnNewConnection(FilterStateValue value)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderaddOnNewConnection(FilterStateValue.Builder builderForValue)A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValue.BuilderaddOnNewConnectionBuilder()A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValue.BuilderaddOnNewConnectionBuilder(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Configbuild()ConfigbuildPartial()Config.Builderclear()Config.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Config.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Config.BuilderclearOnNewConnection()A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builderclone()ConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FilterStateValuegetOnNewConnection(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValue.BuildergetOnNewConnectionBuilder(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.List<FilterStateValue.Builder>getOnNewConnectionBuilderList()A sequence of the filter state values to apply in the specified order when a new connection is received.intgetOnNewConnectionCount()A sequence of the filter state values to apply in the specified order when a new connection is received.List<FilterStateValue>getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValueOrBuildergetOnNewConnectionOrBuilder(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.List<? extends FilterStateValueOrBuilder>getOnNewConnectionOrBuilderList()A sequence of the filter state values to apply in the specified order when a new connection is received.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Config.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Config.BuildermergeFrom(com.google.protobuf.Message other)Config.BuildermergeFrom(Config other)Config.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Config.BuilderremoveOnNewConnection(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Config.BuildersetOnNewConnection(int index, FilterStateValue value)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuildersetOnNewConnection(int index, FilterStateValue.Builder builderForValue)A sequence of the filter state values to apply in the specified order when a new connection is received.Config.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Config.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clear
public Config.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
getDefaultInstanceForType
public Config getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Config build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Config buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Config.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
setField
public Config.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clearField
public Config.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
clearOneof
public Config.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
setRepeatedField
public Config.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
addRepeatedField
public Config.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
mergeFrom
public Config.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Config.Builder>
-
mergeFrom
public Config.Builder mergeFrom(Config other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.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:
getOnNewConnectionListin interfaceConfigOrBuilder
-
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:
getOnNewConnectionCountin interfaceConfigOrBuilder
-
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:
getOnNewConnectionin interfaceConfigOrBuilder
-
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:
getOnNewConnectionOrBuilderin interfaceConfigOrBuilder
-
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:
getOnNewConnectionOrBuilderListin interfaceConfigOrBuilder
-
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;
-
setUnknownFields
public final Config.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
mergeUnknownFields
public final Config.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Config.Builder>
-
-