Uses of Class
io.envoyproxy.envoy.service.health.v3.LocalityEndpoints
-
Packages that use LocalityEndpoints Package Description io.envoyproxy.envoy.service.health.v3 -
-
Uses of LocalityEndpoints in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return LocalityEndpoints Modifier and Type Method Description LocalityEndpointsLocalityEndpoints.Builder. build()LocalityEndpointsLocalityEndpoints.Builder. buildPartial()static LocalityEndpointsLocalityEndpoints. getDefaultInstance()LocalityEndpointsLocalityEndpoints.Builder. getDefaultInstanceForType()LocalityEndpointsLocalityEndpoints. getDefaultInstanceForType()LocalityEndpointsClusterHealthCheck.Builder. getLocalityEndpoints(int index)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;LocalityEndpointsClusterHealthCheck. getLocalityEndpoints(int index)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;LocalityEndpointsClusterHealthCheckOrBuilder. getLocalityEndpoints(int index)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;static LocalityEndpointsLocalityEndpoints. parseDelimitedFrom(InputStream input)static LocalityEndpointsLocalityEndpoints. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalityEndpointsLocalityEndpoints. parseFrom(byte[] data)static LocalityEndpointsLocalityEndpoints. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalityEndpointsLocalityEndpoints. parseFrom(com.google.protobuf.ByteString data)static LocalityEndpointsLocalityEndpoints. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalityEndpointsLocalityEndpoints. parseFrom(com.google.protobuf.CodedInputStream input)static LocalityEndpointsLocalityEndpoints. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalityEndpointsLocalityEndpoints. parseFrom(InputStream input)static LocalityEndpointsLocalityEndpoints. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalityEndpointsLocalityEndpoints. parseFrom(ByteBuffer data)static LocalityEndpointsLocalityEndpoints. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type LocalityEndpoints Modifier and Type Method Description List<LocalityEndpoints>ClusterHealthCheck.Builder. getLocalityEndpointsList()repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;List<LocalityEndpoints>ClusterHealthCheck. getLocalityEndpointsList()repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;List<LocalityEndpoints>ClusterHealthCheckOrBuilder. getLocalityEndpointsList()repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;com.google.protobuf.Parser<LocalityEndpoints>LocalityEndpoints. getParserForType()static com.google.protobuf.Parser<LocalityEndpoints>LocalityEndpoints. parser()Methods in io.envoyproxy.envoy.service.health.v3 with parameters of type LocalityEndpoints Modifier and Type Method Description ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addLocalityEndpoints(int index, LocalityEndpoints value)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addLocalityEndpoints(LocalityEndpoints value)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;LocalityEndpoints.BuilderLocalityEndpoints.Builder. mergeFrom(LocalityEndpoints other)static LocalityEndpoints.BuilderLocalityEndpoints. newBuilder(LocalityEndpoints prototype)ClusterHealthCheck.BuilderClusterHealthCheck.Builder. setLocalityEndpoints(int index, LocalityEndpoints value)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;Method parameters in io.envoyproxy.envoy.service.health.v3 with type arguments of type LocalityEndpoints Modifier and Type Method Description ClusterHealthCheck.BuilderClusterHealthCheck.Builder. addAllLocalityEndpoints(Iterable<? extends LocalityEndpoints> values)repeated .envoy.service.health.v3.LocalityEndpoints locality_endpoints = 3;
-