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