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
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type Endpoint.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Endpoint, Endpoint.Builder, EndpointOrBuilder> LbEndpoint.Builder.endpointBuilder_private com.google.protobuf.MapFieldBuilder<String, EndpointOrBuilder, Endpoint, Endpoint.Builder> ClusterLoadAssignment.Builder.namedEndpoints_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.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.Endpoint.Builder.clearHealthCheckConfig()The optional health check configuration is used as configuration for the health checker to contact the health checked host.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.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.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.Endpoint.Builder.setAddress(Address.Builder builderForValue) The upstream host address.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.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.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 that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Endpoint, Endpoint.Builder, EndpointOrBuilder> LbEndpoint.Builder.getEndpointFieldBuilder().envoy.config.endpoint.v3.Endpoint endpoint = 1;private com.google.protobuf.MapFieldBuilder<String, EndpointOrBuilder, Endpoint, Endpoint.Builder> ClusterLoadAssignment.Builder.internalGetMutableNamedEndpoints()private com.google.protobuf.MapFieldBuilder<String, EndpointOrBuilder, Endpoint, Endpoint.Builder> ClusterLoadAssignment.Builder.internalGetNamedEndpoints()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;