Interface LocalityEndpointsHealthOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalityEndpointsHealth,LocalityEndpointsHealth.Builder
public interface LocalityEndpointsHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpointsHealth(int index) repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;intrepeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;getEndpointsHealthOrBuilder(int index) repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;List<? extends EndpointHealthOrBuilder>repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;.envoy.config.core.v3.Locality locality = 1;.envoy.config.core.v3.Locality locality = 1;boolean.envoy.config.core.v3.Locality locality = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLocality
boolean hasLocality().envoy.config.core.v3.Locality locality = 1;- Returns:
- Whether the locality field is set.
-
getLocality
Locality getLocality().envoy.config.core.v3.Locality locality = 1;- Returns:
- The locality.
-
getLocalityOrBuilder
LocalityOrBuilder getLocalityOrBuilder().envoy.config.core.v3.Locality locality = 1; -
getEndpointsHealthList
List<EndpointHealth> getEndpointsHealthList()repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2; -
getEndpointsHealth
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2; -
getEndpointsHealthCount
int getEndpointsHealthCount()repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2; -
getEndpointsHealthOrBuilderList
List<? extends EndpointHealthOrBuilder> getEndpointsHealthOrBuilderList()repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2; -
getEndpointsHealthOrBuilder
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
-