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
Modifier and TypeMethodDescriptionstring cluster_name = 1;com.google.protobuf.ByteStringstring cluster_name = 1;getHealthChecks(int index) repeated .envoy.api.v2.core.HealthCheck health_checks = 2;intrepeated .envoy.api.v2.core.HealthCheck health_checks = 2;repeated .envoy.api.v2.core.HealthCheck health_checks = 2;getHealthChecksOrBuilder(int index) repeated .envoy.api.v2.core.HealthCheck health_checks = 2;List<? extends HealthCheckOrBuilder>repeated .envoy.api.v2.core.HealthCheck health_checks = 2;getLocalityEndpoints(int index) repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;intrepeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;getLocalityEndpointsOrBuilder(int index) repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;List<? extends LocalityEndpointsOrBuilder>repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;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.
-
getHealthChecksList
List<HealthCheck> getHealthChecksList()repeated .envoy.api.v2.core.HealthCheck health_checks = 2; -
getHealthChecks
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
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; -
getLocalityEndpointsList
List<LocalityEndpoints> getLocalityEndpointsList()repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; -
getLocalityEndpoints
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
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
-