public interface ExtensionFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExtensionFilter.ConfigTypeCase |
getConfigTypeCase() |
String |
getName()
The name of the filter implementation to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the filter implementation to instantiate.
|
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 3; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3; |
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the filter implementation to instantiate. The name must match a statically registered filter.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the filter implementation to instantiate. The name must match a statically registered filter.
string name = 1;boolean hasTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3;ExtensionFilter.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.