Interface TransferTypes.AgentPool.BandwidthLimitOrBuilder (1.42.0)

public static interface TransferTypes.AgentPool.BandwidthLimitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimitMbps()

public abstract long getLimitMbps()

Bandwidth rate in megabytes per second, distributed across all the agents in the pool.

int64 limit_mbps = 1;

Returns
Type Description
long

The limitMbps.