public static interface QuotaClusterLimitsService.ListRequest extends Request<QuotaClusterLimitsService.ListRequest,QuotaClusterLimitsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
QuotaClusterLimitsService.ListRequest |
max(BigInteger max)
Sets the maximum number of limits to return.
|
QuotaClusterLimitsService.ListRequest |
max(Integer max)
Sets the maximum number of limits to return.
|
QuotaClusterLimitsService.ListRequest |
max(Long max)
Sets the maximum number of limits to return.
|
QuotaClusterLimitsService.ListRequest max(Integer max)
Sets the maximum number of limits to return. If not specified all the limits are returned.
QuotaClusterLimitsService.ListRequest max(Long max)
Sets the maximum number of limits to return. If not specified all the limits are returned.
QuotaClusterLimitsService.ListRequest max(BigInteger max)
Sets the maximum number of limits to return. If not specified all the limits are returned.
Copyright © 2016. All rights reserved.