Uses of Interface
io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder
-
Packages that use LocalityOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.endpoint.v3 -
-
Uses of LocalityOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement LocalityOrBuilder Modifier and Type Class Description class
Locality
Identifies location of where either Envoy runs or where upstream hosts run.static class
Locality.Builder
Identifies location of where either Envoy runs or where upstream hosts run.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type LocalityOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
Node.Builder. localityBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return LocalityOrBuilder Modifier and Type Method Description LocalityOrBuilder
Node.Builder. getLocalityOrBuilder()
Locality specifying where the Envoy instance is running.LocalityOrBuilder
Node. getLocalityOrBuilder()
Locality specifying where the Envoy instance is running.LocalityOrBuilder
NodeOrBuilder. getLocalityOrBuilder()
Locality specifying where the Envoy instance is running.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type LocalityOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
Node.Builder. getLocalityFieldBuilder()
Locality specifying where the Envoy instance is running. -
Uses of LocalityOrBuilder in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type LocalityOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
LocalityLbEndpoints.Builder. localityBuilder_
private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
UpstreamLocalityStats.Builder. localityBuilder_
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return LocalityOrBuilder Modifier and Type Method Description LocalityOrBuilder
LocalityLbEndpoints.Builder. getLocalityOrBuilder()
Identifies location of where the upstream hosts run.LocalityOrBuilder
LocalityLbEndpoints. getLocalityOrBuilder()
Identifies location of where the upstream hosts run.LocalityOrBuilder
LocalityLbEndpointsOrBuilder. getLocalityOrBuilder()
Identifies location of where the upstream hosts run.LocalityOrBuilder
UpstreamLocalityStats.Builder. getLocalityOrBuilder()
Name of zone, region and optionally endpoint group these metrics were collected from.LocalityOrBuilder
UpstreamLocalityStats. getLocalityOrBuilder()
Name of zone, region and optionally endpoint group these metrics were collected from.LocalityOrBuilder
UpstreamLocalityStatsOrBuilder. getLocalityOrBuilder()
Name of zone, region and optionally endpoint group these metrics were collected from.Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type LocalityOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
LocalityLbEndpoints.Builder. getLocalityFieldBuilder()
Identifies location of where the upstream hosts run.private com.google.protobuf.SingleFieldBuilder<Locality,Locality.Builder,LocalityOrBuilder>
UpstreamLocalityStats.Builder. getLocalityFieldBuilder()
Name of zone, region and optionally endpoint group these metrics were collected from.
-