Class CloudQuotasClient.ListQuotaPreferencesPage (0.63.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudQuotasClient.ListQuotaPreferencesPage

Methods

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

protected CloudQuotasClient.ListQuotaPreferencesPage createPage(@Nullable PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, @Nullable ListQuotaPreferencesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference>
response @org.jspecify.annotations.Nullable com.google.api.cloudquotas.v1.ListQuotaPreferencesResponse
Returns
Type Description
CloudQuotasClient.ListQuotaPreferencesPage
Overrides

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

public ApiFuture<CloudQuotasClient.ListQuotaPreferencesPage> createPageAsync(@Nullable PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference> context, ApiFuture<ListQuotaPreferencesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaPreferencesRequest,ListQuotaPreferencesResponse,QuotaPreference>
futureResponse ApiFuture<ListQuotaPreferencesResponse>
Returns
Type Description
ApiFuture<ListQuotaPreferencesPage>
Overrides