Interface ClusterHealthCheckOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterHealthCheck,ClusterHealthCheck.Builder
public interface ClusterHealthCheckOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterName()string cluster_name = 1;com.google.protobuf.ByteStringgetClusterNameBytes()string cluster_name = 1;HealthCheckgetHealthChecks(int index)repeated .envoy.api.v2.core.HealthCheck health_checks = 2;intgetHealthChecksCount()repeated .envoy.api.v2.core.HealthCheck health_checks = 2;List<HealthCheck>getHealthChecksList()repeated .envoy.api.v2.core.HealthCheck health_checks = 2;HealthCheckOrBuildergetHealthChecksOrBuilder(int index)repeated .envoy.api.v2.core.HealthCheck health_checks = 2;List<? extends HealthCheckOrBuilder>getHealthChecksOrBuilderList()repeated .envoy.api.v2.core.HealthCheck health_checks = 2;LocalityEndpointsgetLocalityEndpoints(int index)repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;intgetLocalityEndpointsCount()repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;List<LocalityEndpoints>getLocalityEndpointsList()repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;LocalityEndpointsOrBuildergetLocalityEndpointsOrBuilder(int index)repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;List<? extends LocalityEndpointsOrBuilder>getLocalityEndpointsOrBuilderList()repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
getHealthChecksList
List<HealthCheck> getHealthChecksList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
-
getHealthChecks
HealthCheck getHealthChecks(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
-
getHealthChecksCount
int getHealthChecksCount()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
-
getHealthChecksOrBuilderList
List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
-
getHealthChecksOrBuilder
HealthCheckOrBuilder getHealthChecksOrBuilder(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
-
getLocalityEndpointsList
List<LocalityEndpoints> getLocalityEndpointsList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-
getLocalityEndpoints
LocalityEndpoints getLocalityEndpoints(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-
getLocalityEndpointsCount
int getLocalityEndpointsCount()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-
getLocalityEndpointsOrBuilderList
List<? extends LocalityEndpointsOrBuilder> getLocalityEndpointsOrBuilderList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-
getLocalityEndpointsOrBuilder
LocalityEndpointsOrBuilder getLocalityEndpointsOrBuilder(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-
-