Endpoint.Builder |
Endpoint.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 |
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 |
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 |
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 |
Endpoint.Builder.addAllAdditionalAddresses(java.lang.Iterable<? extends Endpoint.AdditionalAddress> values) |
An ordered list of addresses that together with ``address`` comprise the
list of addresses for an endpoint.
|
Endpoint.Builder |
Endpoint.Builder.clear() |
|
Endpoint.Builder |
Endpoint.Builder.clearAdditionalAddresses() |
An ordered list of addresses that together with ``address`` comprise the
list of addresses for an endpoint.
|
Endpoint.Builder |
Endpoint.Builder.clearAddress() |
The upstream host address.
|
Endpoint.Builder |
Endpoint.Builder.clearHealthCheckConfig() |
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
|
Endpoint.Builder |
Endpoint.Builder.clearHostname() |
The hostname associated with this endpoint.
|
Endpoint.Builder |
LbEndpoint.Builder.getEndpointBuilder() |
.envoy.config.endpoint.v3.Endpoint endpoint = 1;
|
Endpoint.Builder |
Endpoint.Builder.mergeAddress(Address value) |
The upstream host address.
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(Endpoint other) |
|
Endpoint.Builder |
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.Builder |
Endpoint.newBuilder() |
|
static Endpoint.Builder |
Endpoint.newBuilder(Endpoint prototype) |
|
Endpoint.Builder |
Endpoint.newBuilderForType() |
|
protected Endpoint.Builder |
Endpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Endpoint.Builder |
ClusterLoadAssignment.Builder.putNamedEndpointsBuilderIfAbsent(java.lang.String key) |
Map of named endpoints that can be referenced in LocalityLbEndpoints.
|
Endpoint.Builder |
Endpoint.Builder.removeAdditionalAddresses(int index) |
An ordered list of addresses that together with ``address`` comprise the
list of addresses for an endpoint.
|
Endpoint.Builder |
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 |
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 |
Endpoint.Builder.setAddress(Address value) |
The upstream host address.
|
Endpoint.Builder |
Endpoint.Builder.setAddress(Address.Builder builderForValue) |
The upstream host address.
|
Endpoint.Builder |
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 |
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 |
Endpoint.Builder.setHostname(java.lang.String value) |
The hostname associated with this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.setHostnameBytes(com.google.protobuf.ByteString value) |
The hostname associated with this endpoint.
|
Endpoint.Builder |
Endpoint.toBuilder() |
|