public interface ProxyProtocolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProxyProtocol.Rule |
getRules(int index)
The list of rules to apply to requests.
|
int |
getRulesCount()
The list of rules to apply to requests.
|
List<ProxyProtocol.Rule> |
getRulesList()
The list of rules to apply to requests.
|
ProxyProtocol.RuleOrBuilder |
getRulesOrBuilder(int index)
The list of rules to apply to requests.
|
List<? extends ProxyProtocol.RuleOrBuilder> |
getRulesOrBuilderList()
The list of rules to apply to requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProxyProtocol.Rule> getRulesList()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;ProxyProtocol.Rule getRules(int index)
The list of rules to apply to requests.
repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;int getRulesCount()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;List<? extends ProxyProtocol.RuleOrBuilder> getRulesOrBuilderList()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;ProxyProtocol.RuleOrBuilder getRulesOrBuilder(int index)
The list of rules to apply to requests.
repeated .envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.Rule rules = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.