Interface ThrottleStateOrBuilder (3.4.0)

public interface ThrottleStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThrottlePercent()

public abstract int getThrottlePercent()

How much this connection is being throttled. Zero means no throttling, 100 means fully throttled.

int32 throttle_percent = 1;

Returns
TypeDescription
int

The throttlePercent.