Class CloudQuotasClient.ListQuotaPreferencesPage (0.13.0)

public static class CloudQuotasClient.ListQuotaPreferencesPage extends AbstractPage<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference,CloudQuotasClient.ListQuotaPreferencesPage>

Inheritance

java.lang.Object > AbstractPage > CloudQuotasClient.ListQuotaPreferencesPage

Methods

createPage(PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, ListQuotaPreferencesResponse response)

protected CloudQuotasClient.ListQuotaPreferencesPage createPage(PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, ListQuotaPreferencesResponse response)
Parameters
Name Description
context PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference>
response ListQuotaPreferencesResponse
Returns
Type Description
CloudQuotasClient.ListQuotaPreferencesPage
Overrides

createPageAsync(PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, ApiFuture<ListQuotaPreferencesResponse> futureResponse)

public ApiFuture<CloudQuotasClient.ListQuotaPreferencesPage> createPageAsync(PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, ApiFuture<ListQuotaPreferencesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference>
futureResponse ApiFuture<ListQuotaPreferencesResponse>
Returns
Type Description
ApiFuture<ListQuotaPreferencesPage>
Overrides