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