Interface Endpoint.AdditionalAddressOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Endpoint.AdditionalAddress,Endpoint.AdditionalAddress.Builder
- Enclosing class:
- Endpoint
public static interface Endpoint.AdditionalAddressOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressgetAddress()Additional address that is associated with the endpoint.AddressOrBuildergetAddressOrBuilder()Additional address that is associated with the endpoint.booleanhasAddress()Additional address that is associated with the endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAddress
boolean hasAddress()
Additional address that is associated with the endpoint.
.envoy.config.core.v3.Address address = 1;- Returns:
- Whether the address field is set.
-
getAddress
Address getAddress()
Additional address that is associated with the endpoint.
.envoy.config.core.v3.Address address = 1;- Returns:
- The address.
-
getAddressOrBuilder
AddressOrBuilder getAddressOrBuilder()
Additional address that is associated with the endpoint.
.envoy.config.core.v3.Address address = 1;
-
-