Package io.grpc.lb.v1

Interface InitialLoadBalanceResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InitialLoadBalanceResponse, InitialLoadBalanceResponse.Builder

public interface InitialLoadBalanceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Duration
    This interval defines how often the client should send the client stats to the load balancer.
    com.google.protobuf.DurationOrBuilder
    This interval defines how often the client should send the client stats to the load balancer.
    boolean
    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 Details

    • 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

      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;
      Returns:
      The clientStatsReportInterval.
    • getClientStatsReportIntervalOrBuilder

      com.google.protobuf.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;