Package io.grpc.lb.v1
Interface InitialLoadBalanceResponseOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
InitialLoadBalanceResponse
,InitialLoadBalanceResponse.Builder
public interface InitialLoadBalanceResponseOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasClientStatsReportInterval
boolean 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;
- Returns:
- Whether the clientStatsReportInterval field is set.
-
getClientStatsReportInterval
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;
- Returns:
- The clientStatsReportInterval.
-
getClientStatsReportIntervalOrBuilder
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;
-
-