Interface Messages.LoadBalancerStatsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNumRpcs()
      Request stats for the next num_rpcs sent by client.
      int getTimeoutSec()
      If num_rpcs have not completed within timeout_sec, return partial results.
      • 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

      • getNumRpcs

        int getNumRpcs()
         Request stats for the next num_rpcs sent by client.
         
        int32 num_rpcs = 1;
        Returns:
        The numRpcs.
      • getTimeoutSec

        int getTimeoutSec()
         If num_rpcs have not completed within timeout_sec, return partial results.
         
        int32 timeout_sec = 2;
        Returns:
        The timeoutSec.