public static interface Lrs.LoadStatsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusters(int index)
Clusters to report stats for.
|
com.google.protobuf.ByteString |
getClustersBytes(int index)
Clusters to report stats for.
|
int |
getClustersCount()
Clusters to report stats for.
|
List<String> |
getClustersList()
Clusters to report stats for.
|
com.google.protobuf.Duration |
getLoadReportingInterval()
The interval of time to collect stats.
|
com.google.protobuf.DurationOrBuilder |
getLoadReportingIntervalOrBuilder()
The interval of time to collect stats.
|
boolean |
hasLoadReportingInterval()
The interval of time to collect stats.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getClustersList()
Clusters to report stats for.
repeated string clusters = 1 [(.validate.rules) = { ... }int getClustersCount()
Clusters to report stats for.
repeated string clusters = 1 [(.validate.rules) = { ... }String getClusters(int index)
Clusters to report stats for.
repeated string clusters = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClustersBytes(int index)
Clusters to report stats for.
repeated string clusters = 1 [(.validate.rules) = { ... }boolean hasLoadReportingInterval()
The interval of time to collect stats. The default is 10 seconds.
.google.protobuf.Duration load_reporting_interval = 2;com.google.protobuf.Duration getLoadReportingInterval()
The interval of time to collect stats. The default is 10 seconds.
.google.protobuf.Duration load_reporting_interval = 2;com.google.protobuf.DurationOrBuilder getLoadReportingIntervalOrBuilder()
The interval of time to collect stats. The default is 10 seconds.
.google.protobuf.Duration load_reporting_interval = 2;Copyright © 2018 The Envoy Project. All rights reserved.