public interface ListenerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getLocalAddress()
The actual local address that the listener is listening on.
|
AddressOrBuilder |
getLocalAddressOrBuilder()
The actual local address that the listener is listening on.
|
String |
getName()
Name of the listener
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
Name of the listener
string name = 1; |
boolean |
hasLocalAddress()
The actual local address that the listener is listening on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the listener
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the listener
string name = 1;boolean hasLocalAddress()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;Address getLocalAddress()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;AddressOrBuilder getLocalAddressOrBuilder()
The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
.envoy.config.core.v4alpha.Address local_address = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.