Class CloudQuotasClient.ListQuotaInfosPage (0.63.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudQuotasClient.ListQuotaInfosPage

Methods

createPage(@Nullable PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, @Nullable ListQuotaInfosResponse response)

protected CloudQuotasClient.ListQuotaInfosPage createPage(@Nullable PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, @Nullable ListQuotaInfosResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo>
response @org.jspecify.annotations.Nullable com.google.api.cloudquotas.v1.ListQuotaInfosResponse
Returns
Type Description
CloudQuotasClient.ListQuotaInfosPage
Overrides

createPageAsync(@Nullable PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ApiFuture<ListQuotaInfosResponse> futureResponse)

public ApiFuture<CloudQuotasClient.ListQuotaInfosPage> createPageAsync(@Nullable PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo> context, ApiFuture<ListQuotaInfosResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaInfosRequest,ListQuotaInfosResponse,QuotaInfo>
futureResponse ApiFuture<ListQuotaInfosResponse>
Returns
Type Description
ApiFuture<ListQuotaInfosPage>
Overrides