Class CloudQuotasClient.ListQuotaInfosPage (0.13.0)

public static class CloudQuotasClient.ListQuotaInfosPage extends AbstractPage<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo,CloudQuotasClient.ListQuotaInfosPage>

Inheritance

java.lang.Object > AbstractPage > 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
Overrides

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>
Overrides