shade.polaris.io.grpc.lb.v1.InitialLoadBalanceResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// 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