Class CloudQuotasClient.ListQuotaInfosPage (0.2.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
NameDescription
contextPageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo>
responseListQuotaInfosResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo>
futureResponseApiFuture<ListQuotaInfosResponse>
Returns
TypeDescription
ApiFuture<ListQuotaInfosPage>
Overrides