Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in io.envoyproxy.envoy.config.endpoint.v3
Subclasses with type arguments of type Endpoint.Builder in io.envoyproxy.envoy.config.endpoint.v3Methods in io.envoyproxy.envoy.config.endpoint.v3 that return Endpoint.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.addAdditionalAddresses(int index, Endpoint.AdditionalAddress value) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.addAdditionalAddresses(int index, Endpoint.AdditionalAddress.Builder builderForValue) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.addAdditionalAddresses(Endpoint.AdditionalAddress value) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.addAdditionalAddresses(Endpoint.AdditionalAddress.Builder builderForValue) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.addAllAdditionalAddresses(Iterable<? extends Endpoint.AdditionalAddress> values) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.clear()Endpoint.Builder.clearAdditionalAddresses()An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.clearAddress()The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.Builder.clearHealthCheckConfig()The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.Builder.clearHostname()The hostname associated with this endpoint.LbEndpoint.Builder.getEndpointBuilder().envoy.config.endpoint.v3.Endpoint endpoint = 1;Endpoint.Builder.mergeAddress(Address value) The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) Endpoint.Builder.mergeHealthCheckConfig(Endpoint.HealthCheckConfig value) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.static Endpoint.BuilderEndpoint.newBuilder()static Endpoint.BuilderEndpoint.newBuilder(Endpoint prototype) Endpoint.newBuilderForType()protected Endpoint.BuilderEndpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ClusterLoadAssignment.Builder.putNamedEndpointsBuilderIfAbsent(String key) Map of named endpoints that can be referenced in LocalityLbEndpoints.Endpoint.Builder.removeAdditionalAddresses(int index) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.setAdditionalAddresses(int index, Endpoint.AdditionalAddress value) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.setAdditionalAddresses(int index, Endpoint.AdditionalAddress.Builder builderForValue) An ordered list of addresses that together with ``address`` comprise the list of addresses for an endpoint.Endpoint.Builder.setAddress(Address value) The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.Builder.setAddress(Address.Builder builderForValue) The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig value) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig.Builder builderForValue) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.Builder.setHostname(String value) The hostname associated with this endpoint.Endpoint.Builder.setHostnameBytes(com.google.protobuf.ByteString value) The hostname associated with this endpoint.Endpoint.toBuilder()Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type Endpoint.BuilderModifier and TypeMethodDescriptionLbEndpoint.Builder.setEndpoint(Endpoint.Builder builderForValue) .envoy.config.endpoint.v3.Endpoint endpoint = 1;