public static interface HttpConnectionManagerOuterClass.HttpFilterOrBuilder
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.
|
HttpConnectionManagerOuterClass.HttpFilter.DeprecatedV1 |
getDeprecatedV1()
Deprecated.
|
HttpConnectionManagerOuterClass.HttpFilter.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.buffer <config_http_filters_buffer>` * :ref:`envoy.cors <config_http_filters_cors>` * :ref:`envoy.fault <config_http_filters_fault_injection>` * :ref:`envoy.gzip <config_http_filters_gzip>` * :ref:`envoy.http_dynamo_filter <config_http_filters_dynamo>` * :ref:`envoy.grpc_http1_bridge <config_http_filters_grpc_bridge>` * :ref:`envoy.grpc_json_transcoder <config_http_filters_grpc_json_transcoder>` * :ref:`envoy.grpc_web <config_http_filters_grpc_web>` * :ref:`envoy.health_check <config_http_filters_health_check>` * :ref:`envoy.header_to_metadata <config_http_filters_header_to_metadata>` * :ref:`envoy.ip_tagging <config_http_filters_ip_tagging>` * :ref:`envoy.lua <config_http_filters_lua>` * :ref:`envoy.rate_limit <config_http_filters_rate_limit>` * :ref:`envoy.router <config_http_filters_router>` * :ref:`envoy.squash <config_http_filters_squash>`
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.buffer <config_http_filters_buffer>` * :ref:`envoy.cors <config_http_filters_cors>` * :ref:`envoy.fault <config_http_filters_fault_injection>` * :ref:`envoy.gzip <config_http_filters_gzip>` * :ref:`envoy.http_dynamo_filter <config_http_filters_dynamo>` * :ref:`envoy.grpc_http1_bridge <config_http_filters_grpc_bridge>` * :ref:`envoy.grpc_json_transcoder <config_http_filters_grpc_json_transcoder>` * :ref:`envoy.grpc_web <config_http_filters_grpc_web>` * :ref:`envoy.health_check <config_http_filters_health_check>` * :ref:`envoy.header_to_metadata <config_http_filters_header_to_metadata>` * :ref:`envoy.ip_tagging <config_http_filters_ip_tagging>` * :ref:`envoy.lua <config_http_filters_lua>` * :ref:`envoy.rate_limit <config_http_filters_rate_limit>` * :ref:`envoy.router <config_http_filters_router>` * :ref:`envoy.squash <config_http_filters_squash>`
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:] This is hidden as type has been deprecated and is no longer required.
.envoy.config.filter.network.http_connection_manager.v2.HttpFilter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];@Deprecated HttpConnectionManagerOuterClass.HttpFilter.DeprecatedV1 getDeprecatedV1()
[#not-implemented-hide:] This is hidden as type has been deprecated and is no longer required.
.envoy.config.filter.network.http_connection_manager.v2.HttpFilter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];@Deprecated HttpConnectionManagerOuterClass.HttpFilter.DeprecatedV1OrBuilder getDeprecatedV1OrBuilder()
[#not-implemented-hide:] This is hidden as type has been deprecated and is no longer required.
.envoy.config.filter.network.http_connection_manager.v2.HttpFilter.DeprecatedV1 deprecated_v1 = 3 [deprecated = true];Copyright © 2018 The Envoy Project. All rights reserved.