public interface ClusterHealthCheckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
string cluster_name = 1; |
com.google.protobuf.ByteString |
getClusterNameBytes()
string cluster_name = 1; |
HealthCheck |
getHealthChecks(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; |
int |
getHealthChecksCount()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; |
List<HealthCheck> |
getHealthChecksList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; |
HealthCheckOrBuilder |
getHealthChecksOrBuilder(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; |
List<? extends HealthCheckOrBuilder> |
getHealthChecksOrBuilderList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2; |
LocalityEndpoints |
getLocalityEndpoints(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; |
int |
getLocalityEndpointsCount()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; |
List<LocalityEndpoints> |
getLocalityEndpointsList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; |
LocalityEndpointsOrBuilder |
getLocalityEndpointsOrBuilder(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; |
List<? extends LocalityEndpointsOrBuilder> |
getLocalityEndpointsOrBuilderList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
string cluster_name = 1;com.google.protobuf.ByteString getClusterNameBytes()
string cluster_name = 1;List<HealthCheck> getHealthChecksList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;HealthCheck getHealthChecks(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;int getHealthChecksCount()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;HealthCheckOrBuilder getHealthChecksOrBuilder(int index)
repeated .envoy.api.v2.core.HealthCheck health_checks = 2;List<LocalityEndpoints> getLocalityEndpointsList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;LocalityEndpoints getLocalityEndpoints(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;int getLocalityEndpointsCount()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;List<? extends LocalityEndpointsOrBuilder> getLocalityEndpointsOrBuilderList()
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;LocalityEndpointsOrBuilder getLocalityEndpointsOrBuilder(int index)
repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.