public static interface Listener.FilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Filter specific configuration which depends on the filter being
instantiated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Filter specific configuration which depends on the filter being
instantiated.
|
Listener.Filter.DeprecatedV1 |
getDeprecatedV1()
Deprecated.
|
Listener.Filter.DeprecatedV1OrBuilder |
getDeprecatedV1OrBuilder()
Deprecated.
|
String |
getName()
The name of the filter to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the filter to instantiate.
|
boolean |
hasConfig()
Filter specific configuration which depends on the filter being
instantiated.
|
boolean |
hasDeprecatedV1()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the filter to instantiate. The name must match a supported filter. The built-in filters are: [#comment:TODO(mattklein123): Auto generate the following list] * :ref:`envoy.client_ssl_auth<config_network_filters_client_ssl_auth>` * :ref:`envoy.echo <config_network_filters_echo>` * :ref:`envoy.http_connection_manager <config_http_conn_man>` * :ref:`envoy.mongo_proxy <config_network_filters_mongo_proxy>` * :ref:`envoy.ratelimit <config_network_filters_rate_limit>` * :ref:`envoy.redis_proxy <config_network_filters_redis_proxy>` * :ref:`envoy.tcp_proxy <config_network_filters_tcp_proxy>`
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The name of the filter to instantiate. The name must match a supported filter. The built-in filters are: [#comment:TODO(mattklein123): Auto generate the following list] * :ref:`envoy.client_ssl_auth<config_network_filters_client_ssl_auth>` * :ref:`envoy.echo <config_network_filters_echo>` * :ref:`envoy.http_connection_manager <config_http_conn_man>` * :ref:`envoy.mongo_proxy <config_network_filters_mongo_proxy>` * :ref:`envoy.ratelimit <config_network_filters_rate_limit>` * :ref:`envoy.redis_proxy <config_network_filters_redis_proxy>` * :ref:`envoy.tcp_proxy <config_network_filters_tcp_proxy>`
string name = 1 [(.validate.rules) = { ... }boolean hasConfig()
Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.
.google.protobuf.Struct config = 2;com.google.protobuf.Struct getConfig()
Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.
.google.protobuf.Struct config = 2;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.
.google.protobuf.Struct config = 2;@Deprecated boolean hasDeprecatedV1()
[#not-implemented-hide:]
.envoy.api.v2.listener.Filter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];@Deprecated Listener.Filter.DeprecatedV1 getDeprecatedV1()
[#not-implemented-hide:]
.envoy.api.v2.listener.Filter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];@Deprecated Listener.Filter.DeprecatedV1OrBuilder getDeprecatedV1OrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.listener.Filter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];Copyright © 2018 The Envoy Project. All rights reserved.