io.envoyproxy.envoy.service.load_stats.v2.LoadStatsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/load_stats/v2/lrs.proto
package io.envoyproxy.envoy.service.load_stats.v2;
public interface LoadStatsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.load_stats.v2.LoadStatsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Node identifier for Envoy instance.
*
*
* .envoy.api.v2.core.Node node = 1;
*/
boolean hasNode();
/**
*
* Node identifier for Envoy instance.
*
*
* .envoy.api.v2.core.Node node = 1;
*/
io.envoyproxy.envoy.api.v2.core.Node getNode();
/**
*
* Node identifier for Envoy instance.
*
*
* .envoy.api.v2.core.Node node = 1;
*/
io.envoyproxy.envoy.api.v2.core.NodeOrBuilder getNodeOrBuilder();
/**
*
* A list of load stats to report.
*
*
* repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;
*/
java.util.List
getClusterStatsList();
/**
*
* A list of load stats to report.
*
*
* repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;
*/
io.envoyproxy.envoy.api.v2.endpoint.ClusterStats getClusterStats(int index);
/**
*
* A list of load stats to report.
*
*
* repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;
*/
int getClusterStatsCount();
/**
*
* A list of load stats to report.
*
*
* repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;
*/
java.util.List extends io.envoyproxy.envoy.api.v2.endpoint.ClusterStatsOrBuilder>
getClusterStatsOrBuilderList();
/**
*
* A list of load stats to report.
*
*
* repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;
*/
io.envoyproxy.envoy.api.v2.endpoint.ClusterStatsOrBuilder getClusterStatsOrBuilder(
int index);
}