io.envoyproxy.envoy.service.discovery.v2.ClusterHealthCheckOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/discovery/v2/hds.proto
package io.envoyproxy.envoy.service.discovery.v2;
public interface ClusterHealthCheckOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.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.v2.core.HealthCheck health_checks = 2;
*/
java.util.List
getHealthChecksList();
/**
* repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
*/
io.envoyproxy.envoy.api.v2.core.HealthCheck getHealthChecks(int index);
/**
* repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
*/
int getHealthChecksCount();
/**
* repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
*/
java.util.List extends io.envoyproxy.envoy.api.v2.core.HealthCheckOrBuilder>
getHealthChecksOrBuilderList();
/**
* repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
*/
io.envoyproxy.envoy.api.v2.core.HealthCheckOrBuilder getHealthChecksOrBuilder(
int index);
/**
* repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
*/
java.util.List
getLocalityEndpointsList();
/**
* repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
*/
io.envoyproxy.envoy.service.discovery.v2.LocalityEndpoints getLocalityEndpoints(int index);
/**
* repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
*/
int getLocalityEndpointsCount();
/**
* repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
*/
java.util.List extends io.envoyproxy.envoy.service.discovery.v2.LocalityEndpointsOrBuilder>
getLocalityEndpointsOrBuilderList();
/**
* repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
*/
io.envoyproxy.envoy.service.discovery.v2.LocalityEndpointsOrBuilder getLocalityEndpointsOrBuilder(
int index);
}