Interface UpstreamBindConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpstreamBindConfig,UpstreamBindConfig.Builder
public interface UpstreamBindConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressgetSourceAddress()The address Envoy should bind to when establishing upstream connections.AddressOrBuildergetSourceAddressOrBuilder()The address Envoy should bind to when establishing upstream connections.booleanhasSourceAddress()The address Envoy should bind to when establishing upstream connections.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSourceAddress
boolean hasSourceAddress()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v3.Address source_address = 1;- Returns:
- Whether the sourceAddress field is set.
-
getSourceAddress
Address getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v3.Address source_address = 1;- Returns:
- The sourceAddress.
-
getSourceAddressOrBuilder
AddressOrBuilder getSourceAddressOrBuilder()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v3.Address source_address = 1;
-
-