public static class CloudQuotasClient.ListQuotaInfosPage extends AbstractPage<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo,CloudQuotasClient.ListQuotaInfosPage>
Methods
createPage(PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ListQuotaInfosResponse response)
protected CloudQuotasClient.ListQuotaInfosPage createPage(PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ListQuotaInfosResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> |
response |
ListQuotaInfosResponse |
Returns | |
---|---|
Type | Description |
CloudQuotasClient.ListQuotaInfosPage |
createPageAsync(PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ApiFuture<ListQuotaInfosResponse> futureResponse)
public ApiFuture<CloudQuotasClient.ListQuotaInfosPage> createPageAsync(PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ApiFuture<ListQuotaInfosResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> |
futureResponse |
ApiFuture<ListQuotaInfosResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListQuotaInfosPage> |