Uses of Class
io.envoyproxy.envoy.api.v2.endpoint.Endpoint.Builder
Packages that use Endpoint.Builder
Package
Description
-
Uses of Endpoint.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Endpoint.BuilderModifier and TypeMethodDescriptionClusterLoadAssignment.Builder.putNamedEndpointsBuilderIfAbsent(String key) Map of named endpoints that can be referenced in LocalityLbEndpoints. -
Uses of Endpoint.Builder in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return Endpoint.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Endpoint.Builder.clear()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.api.v2.endpoint.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) 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.api.v2.endpoint with parameters of type Endpoint.BuilderModifier and TypeMethodDescriptionLbEndpoint.Builder.setEndpoint(Endpoint.Builder builderForValue) .envoy.api.v2.endpoint.Endpoint endpoint = 1; -
Uses of Endpoint.Builder in io.envoyproxy.envoy.service.discovery.v2
Methods in io.envoyproxy.envoy.service.discovery.v2 that return Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.addEndpointsBuilder()repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;LocalityEndpoints.Builder.addEndpointsBuilder(int index) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;EndpointHealth.Builder.getEndpointBuilder().envoy.api.v2.endpoint.Endpoint endpoint = 1;LocalityEndpoints.Builder.getEndpointsBuilder(int index) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;Methods in io.envoyproxy.envoy.service.discovery.v2 that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.getEndpointsBuilderList()repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;Methods in io.envoyproxy.envoy.service.discovery.v2 with parameters of type Endpoint.BuilderModifier and TypeMethodDescriptionLocalityEndpoints.Builder.addEndpoints(int index, Endpoint.Builder builderForValue) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;LocalityEndpoints.Builder.addEndpoints(Endpoint.Builder builderForValue) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;EndpointHealth.Builder.setEndpoint(Endpoint.Builder builderForValue) .envoy.api.v2.endpoint.Endpoint endpoint = 1;LocalityEndpoints.Builder.setEndpoints(int index, Endpoint.Builder builderForValue) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;