public interface UdpListenerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Deprecated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Deprecated.
|
UdpListenerConfig.ConfigTypeCase |
getConfigTypeCase() |
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 3; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3; |
String |
getUdpListenerName()
Used to look up UDP listener factory, matches "raw_udp_listener" or
"quic_listener" to create a specific udp listener.
|
com.google.protobuf.ByteString |
getUdpListenerNameBytes()
Used to look up UDP listener factory, matches "raw_udp_listener" or
"quic_listener" to create a specific udp listener.
|
boolean |
hasConfig()
Deprecated.
|
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUdpListenerName()
Used to look up UDP listener factory, matches "raw_udp_listener" or "quic_listener" to create a specific udp listener. If not specified, treat as "raw_udp_listener".
string udp_listener_name = 1;com.google.protobuf.ByteString getUdpListenerNameBytes()
Used to look up UDP listener factory, matches "raw_udp_listener" or "quic_listener" to create a specific udp listener. If not specified, treat as "raw_udp_listener".
string udp_listener_name = 1;@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 = 3;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3;UdpListenerConfig.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.