public interface LoadStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClusterStats |
getClusterStats(int index)
A list of load stats to report.
|
int |
getClusterStatsCount()
A list of load stats to report.
|
List<ClusterStats> |
getClusterStatsList()
A list of load stats to report.
|
ClusterStatsOrBuilder |
getClusterStatsOrBuilder(int index)
A list of load stats to report.
|
List<? extends ClusterStatsOrBuilder> |
getClusterStatsOrBuilderList()
A list of load stats to report.
|
Node |
getNode()
Node identifier for Envoy instance.
|
NodeOrBuilder |
getNodeOrBuilder()
Node identifier for Envoy instance.
|
boolean |
hasNode()
Node identifier for Envoy instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;Node getNode()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;NodeOrBuilder getNodeOrBuilder()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;List<ClusterStats> getClusterStatsList()
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;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;List<? extends ClusterStatsOrBuilder> getClusterStatsOrBuilderList()
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;ClusterStatsOrBuilder getClusterStatsOrBuilder(int index)
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.