public interface InitialLoadBalanceResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Duration |
getClientStatsReportInterval()
This interval defines how often the client should send the client stats
to the load balancer.
|
DurationOrBuilder |
getClientStatsReportIntervalOrBuilder()
This interval defines how often the client should send the client stats
to the load balancer.
|
boolean |
hasClientStatsReportInterval()
This interval defines how often the client should send the client stats
to the load balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasClientStatsReportInterval()
This interval defines how often the client should send the client stats to the load balancer. Stats should only be reported when the duration is positive.
.google.protobuf.Duration client_stats_report_interval = 2;Duration getClientStatsReportInterval()
This interval defines how often the client should send the client stats to the load balancer. Stats should only be reported when the duration is positive.
.google.protobuf.Duration client_stats_report_interval = 2;DurationOrBuilder getClientStatsReportIntervalOrBuilder()
This interval defines how often the client should send the client stats to the load balancer. Stats should only be reported when the duration is positive.
.google.protobuf.Duration client_stats_report_interval = 2;