Interface Storage.ThrottleStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Storage.ThrottleStatus, Storage.ThrottleStatus.Builder
Enclosing class:
Storage

public static interface Storage.ThrottleStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    How much this connection is being throttled. 0 is no throttling, 100 is completely throttled.

    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

    • getThrottlePercent

      int getThrottlePercent()
       How much this connection is being throttled.
       0 is no throttling, 100 is completely throttled.
       
      int32 throttle_percent = 1;
      Returns:
      The throttlePercent.