Interface ClusterEndpointsHealthOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterEndpointsHealth,ClusterEndpointsHealth.Builder
public interface ClusterEndpointsHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cluster_name = 1;com.google.protobuf.ByteStringstring cluster_name = 1;getLocalityEndpointsHealth(int index) repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;intrepeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;getLocalityEndpointsHealthOrBuilder(int index) repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;List<? extends LocalityEndpointsHealthOrBuilder>repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;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
-
getClusterName
String getClusterName()string cluster_name = 1;- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()string cluster_name = 1;- Returns:
- The bytes for clusterName.
-
getLocalityEndpointsHealthList
List<LocalityEndpointsHealth> getLocalityEndpointsHealthList()repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2; -
getLocalityEndpointsHealth
repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2; -
getLocalityEndpointsHealthCount
int getLocalityEndpointsHealthCount()repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2; -
getLocalityEndpointsHealthOrBuilderList
List<? extends LocalityEndpointsHealthOrBuilder> getLocalityEndpointsHealthOrBuilderList()repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2; -
getLocalityEndpointsHealthOrBuilder
repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
-