Class IPTagging.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
-
- io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3.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 typeenvoy.extensions.filters.http.ip_tagging.v3.IPTagging
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IPTagging.BuilderaddAllIpTags(Iterable<? extends IPTagging.IPTag> values)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderaddIpTags(int index, IPTagging.IPTag value)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderaddIpTags(int index, IPTagging.IPTag.Builder builderForValue)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderaddIpTags(IPTagging.IPTag value)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderaddIpTags(IPTagging.IPTag.Builder builderForValue)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.IPTag.BuilderaddIpTagsBuilder()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.IPTag.BuilderaddIpTagsBuilder(int index)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IPTaggingbuild()IPTaggingbuildPartial()IPTagging.Builderclear()IPTagging.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)IPTagging.BuilderclearIpTags()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)IPTagging.BuilderclearRequestType()The type of request the filter should apply to.IPTagging.Builderclone()IPTagginggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()IPTagging.IPTaggetIpTags(int index)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.IPTag.BuildergetIpTagsBuilder(int index)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.List<IPTagging.IPTag.Builder>getIpTagsBuilderList()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.intgetIpTagsCount()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.List<IPTagging.IPTag>getIpTagsList()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.IPTagOrBuildergetIpTagsOrBuilder(int index)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.List<? extends IPTagging.IPTagOrBuilder>getIpTagsOrBuilderList()[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.RequestTypegetRequestType()The type of request the filter should apply to.intgetRequestTypeValue()The type of request the filter should apply to.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()IPTagging.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)IPTagging.BuildermergeFrom(com.google.protobuf.Message other)IPTagging.BuildermergeFrom(IPTagging other)IPTagging.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)IPTagging.BuilderremoveIpTags(int index)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IPTagging.BuildersetIpTags(int index, IPTagging.IPTag value)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuildersetIpTags(int index, IPTagging.IPTag.Builder builderForValue)[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.IPTagging.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)IPTagging.BuildersetRequestType(IPTagging.RequestType value)The type of request the filter should apply to.IPTagging.BuildersetRequestTypeValue(int value)The type of request the filter should apply to.IPTagging.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<IPTagging.Builder>
-
clear
public IPTagging.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<IPTagging.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<IPTagging.Builder>
-
getDefaultInstanceForType
public IPTagging getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public IPTagging build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public IPTagging buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public IPTagging.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<IPTagging.Builder>
-
setField
public IPTagging.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<IPTagging.Builder>
-
clearField
public IPTagging.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
-
clearOneof
public IPTagging.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
-
setRepeatedField
public IPTagging.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<IPTagging.Builder>
-
addRepeatedField
public IPTagging.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<IPTagging.Builder>
-
mergeFrom
public IPTagging.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<IPTagging.Builder>
-
mergeFrom
public IPTagging.Builder mergeFrom(IPTagging other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<IPTagging.Builder>- Throws:
IOException
-
getRequestTypeValue
public int getRequestTypeValue()
The type of request the filter should apply to.
.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }- Specified by:
getRequestTypeValuein interfaceIPTaggingOrBuilder- 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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }- Specified by:
getRequestTypein interfaceIPTaggingOrBuilder- Returns:
- The requestType.
-
setRequestType
public IPTagging.Builder setRequestType(IPTagging.RequestType value)
The type of request the filter should apply to.
.envoy.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }- Specified by:
getIpTagsListin interfaceIPTaggingOrBuilder
-
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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }- Specified by:
getIpTagsCountin interfaceIPTaggingOrBuilder
-
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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }- Specified by:
getIpTagsin interfaceIPTaggingOrBuilder
-
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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }- Specified by:
getIpTagsOrBuilderin interfaceIPTaggingOrBuilder
-
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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }- Specified by:
getIpTagsOrBuilderListin interfaceIPTaggingOrBuilder
-
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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.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.extensions.filters.http.ip_tagging.v3.IPTagging.IPTag ip_tags = 4 [(.validate.rules) = { ... }
-
setUnknownFields
public final IPTagging.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
-
mergeUnknownFields
public final IPTagging.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<IPTagging.Builder>
-
-