io.envoyproxy.envoy.service.discovery.v3alpha.ClusterHealthCheckOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/discovery/v3alpha/hds.proto
package io.envoyproxy.envoy.service.discovery.v3alpha;
public interface ClusterHealthCheckOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.discovery.v3alpha.ClusterHealthCheck)
com.google.protobuf.MessageOrBuilder {
/**
* string cluster_name = 1;
*/
java.lang.String getClusterName();
/**
* string cluster_name = 1;
*/
com.google.protobuf.ByteString
getClusterNameBytes();
/**
* repeated .envoy.api.v3alpha.core.HealthCheck health_checks = 2;
*/
java.util.List
getHealthChecksList();
/**
* repeated .envoy.api.v3alpha.core.HealthCheck health_checks = 2;
*/
io.envoyproxy.envoy.api.v3alpha.core.HealthCheck getHealthChecks(int index);
/**
* repeated .envoy.api.v3alpha.core.HealthCheck health_checks = 2;
*/
int getHealthChecksCount();
/**
* repeated .envoy.api.v3alpha.core.HealthCheck health_checks = 2;
*/
java.util.List extends io.envoyproxy.envoy.api.v3alpha.core.HealthCheckOrBuilder>
getHealthChecksOrBuilderList();
/**
* repeated .envoy.api.v3alpha.core.HealthCheck health_checks = 2;
*/
io.envoyproxy.envoy.api.v3alpha.core.HealthCheckOrBuilder getHealthChecksOrBuilder(
int index);
/**
* repeated .envoy.service.discovery.v3alpha.LocalityEndpoints locality_endpoints = 3;
*/
java.util.List
getLocalityEndpointsList();
/**
* repeated .envoy.service.discovery.v3alpha.LocalityEndpoints locality_endpoints = 3;
*/
io.envoyproxy.envoy.service.discovery.v3alpha.LocalityEndpoints getLocalityEndpoints(int index);
/**
* repeated .envoy.service.discovery.v3alpha.LocalityEndpoints locality_endpoints = 3;
*/
int getLocalityEndpointsCount();
/**
* repeated .envoy.service.discovery.v3alpha.LocalityEndpoints locality_endpoints = 3;
*/
java.util.List extends io.envoyproxy.envoy.service.discovery.v3alpha.LocalityEndpointsOrBuilder>
getLocalityEndpointsOrBuilderList();
/**
* repeated .envoy.service.discovery.v3alpha.LocalityEndpoints locality_endpoints = 3;
*/
io.envoyproxy.envoy.service.discovery.v3alpha.LocalityEndpointsOrBuilder getLocalityEndpointsOrBuilder(
int index);
}