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
Methods 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.Endpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Endpoint.Builder.clone()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.final Endpoint.BuilderEndpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Endpoint.BuilderEndpoint.newBuilder()static Endpoint.BuilderEndpoint.newBuilder(Endpoint prototype) Endpoint.newBuilderForType()protected Endpoint.BuilderEndpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Endpoint.BuilderEndpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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; -
Uses of Endpoint.Builder in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.addEndpointsBuilder()repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;LocalityEndpoints.Builder.addEndpointsBuilder(int index) repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;EndpointHealth.Builder.getEndpointBuilder().envoy.config.endpoint.v3.Endpoint endpoint = 1;LocalityEndpoints.Builder.getEndpointsBuilder(int index) repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.getEndpointsBuilderList()repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.addEndpoints(int index, Endpoint.Builder builderForValue) repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;LocalityEndpoints.Builder.addEndpoints(Endpoint.Builder builderForValue) repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;EndpointHealth.Builder.setEndpoint(Endpoint.Builder builderForValue) .envoy.config.endpoint.v3.Endpoint endpoint = 1;LocalityEndpoints.Builder.setEndpoints(int index, Endpoint.Builder builderForValue) repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;