public interface HttpFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Deprecated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Deprecated.
|
HttpFilter.ConfigTypeCase |
getConfigTypeCase() |
String |
getName()
The name of the filter to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the filter to instantiate.
|
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 4; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 4; |
boolean |
hasConfig()
Deprecated.
|
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 4; |
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) = { ... }@Deprecated boolean hasConfig()
.google.protobuf.Struct config = 2 [deprecated = true];@Deprecated com.google.protobuf.Struct getConfig()
.google.protobuf.Struct config = 2 [deprecated = true];@Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder()
.google.protobuf.Struct config = 2 [deprecated = true];boolean hasTypedConfig()
.google.protobuf.Any typed_config = 4;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 4;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 4;HttpFilter.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2019 The Envoy Project. All rights reserved.