public interface IPTaggingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IPTagging.IPTag |
getIpTags(int index)
[#comment:TODO(ccaraman): Extend functionality to load IP tags from file system.
|
int |
getIpTagsCount()
[#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.IPTagOrBuilder |
getIpTagsOrBuilder(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.RequestType |
getRequestType()
The type of request the filter should apply to.
|
int |
getRequestTypeValue()
The type of request the filter should apply to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRequestTypeValue()
The type of request the filter should apply to.
.envoy.extensions.filters.http.ip_tagging.v3.IPTagging.RequestType request_type = 1 [(.validate.rules) = { ... }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) = { ... }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) = { ... }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) = { ... }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) = { ... }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) = { ... }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) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.