Package io.envoyproxy.envoy.api.v2
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
Modifier and TypeMethodDescriptionThe address Envoy should bind to when establishing upstream connections.The address Envoy should bind to when establishing upstream connections.booleanThe address Envoy should bind to when establishing upstream connections.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSourceAddress
boolean hasSourceAddress()The address Envoy should bind to when establishing upstream connections.
.envoy.api.v2.core.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.api.v2.core.Address source_address = 1;- Returns:
- The sourceAddress.
-
getSourceAddressOrBuilder
AddressOrBuilder getSourceAddressOrBuilder()The address Envoy should bind to when establishing upstream connections.
.envoy.api.v2.core.Address source_address = 1;
-