Interface Storage.ThrottleStatusOrBuilder (3.4.0)

public static interface Storage.ThrottleStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThrottlePercent()

public abstract int getThrottlePercent()

How much this connection is being throttled. 0 is no throttling, 100 is completely throttled.

int32 throttle_percent = 1;

Returns
TypeDescription
int

The throttlePercent.