All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shade.polaris.io.grpc.lb.v1.InitialLoadBalanceResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/lb/v1/load_balancer.proto

package io.grpc.lb.v1;

public interface InitialLoadBalanceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.lb.v1.InitialLoadBalanceResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the clientStatsReportInterval field is set. */ 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; * @return The clientStatsReportInterval. */ com.google.protobuf.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; */ com.google.protobuf.DurationOrBuilder getClientStatsReportIntervalOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy