Package io.grpc.lb.v1

Interface InitialLoadBalanceResponseOrBuilder

    • 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;