public static interface IpTagging.IPTaggingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IpTagging.IPTagging.IPTag |
getIpTags(int index)
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2; |
int |
getIpTagsCount()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2; |
List<IpTagging.IPTagging.IPTag> |
getIpTagsList()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2; |
IpTagging.IPTagging.IPTagOrBuilder |
getIpTagsOrBuilder(int index)
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2; |
List<? extends IpTagging.IPTagging.IPTagOrBuilder> |
getIpTagsOrBuilderList()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2; |
IpTagging.IPTagging.RequestType |
getRequestType()
The type of requests the filter should apply to.
|
int |
getRequestTypeValue()
The type of requests the filter should apply to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRequestTypeValue()
The type of requests the filter should apply to. The supported types are internal, external or both. A request is considered internal if x-envoy-internal is set to true. If x-envoy-internal is not set or false, a request is considered external. The filter defaults to both, and it will apply to all request types.
.envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1;IpTagging.IPTagging.RequestType getRequestType()
The type of requests the filter should apply to. The supported types are internal, external or both. A request is considered internal if x-envoy-internal is set to true. If x-envoy-internal is not set or false, a request is considered external. The filter defaults to both, and it will apply to all request types.
.envoy.config.filter.http.ip_tagging.v2.IPTagging.RequestType request_type = 1;List<IpTagging.IPTagging.IPTag> getIpTagsList()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2;IpTagging.IPTagging.IPTag getIpTags(int index)
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2;int getIpTagsCount()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2;List<? extends IpTagging.IPTagging.IPTagOrBuilder> getIpTagsOrBuilderList()
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2;IpTagging.IPTagging.IPTagOrBuilder getIpTagsOrBuilder(int index)
repeated .envoy.config.filter.http.ip_tagging.v2.IPTagging.IPTag ip_tags = 2;Copyright © 2018 The Envoy Project. All rights reserved.