Uses of Interface
io.envoyproxy.envoy.config.endpoint.v3.Endpoint.AdditionalAddressOrBuilder
Packages that use Endpoint.AdditionalAddressOrBuilder
-
Uses of Endpoint.AdditionalAddressOrBuilder in io.envoyproxy.envoy.config.endpoint.v3
Classes in io.envoyproxy.envoy.config.endpoint.v3 that implement Endpoint.AdditionalAddressOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typeenvoy.config.endpoint.v3.Endpoint.AdditionalAddressstatic final classProtobuf typeenvoy.config.endpoint.v3.Endpoint.AdditionalAddressMethods in io.envoyproxy.envoy.config.endpoint.v3 that return Endpoint.AdditionalAddressOrBuilderModifier and TypeMethodDescriptionEndpoint.Builder.getAdditionalAddressesOrBuilder(int index) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.getAdditionalAddressesOrBuilder(int index) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.EndpointOrBuilder.getAdditionalAddressesOrBuilder(int index) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type Endpoint.AdditionalAddressOrBuilderModifier and TypeMethodDescriptionList<? extends Endpoint.AdditionalAddressOrBuilder> Endpoint.Builder.getAdditionalAddressesOrBuilderList()An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.List<? extends Endpoint.AdditionalAddressOrBuilder> Endpoint.getAdditionalAddressesOrBuilderList()An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.List<? extends Endpoint.AdditionalAddressOrBuilder> EndpointOrBuilder.getAdditionalAddressesOrBuilderList()An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.