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 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

      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;