Class BareMetalSolutionClient.ListProvisioningQuotasPage (0.95.0)

public static class BareMetalSolutionClient.ListProvisioningQuotasPage extends AbstractPage<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota,BareMetalSolutionClient.ListProvisioningQuotasPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListProvisioningQuotasPage

Methods

createPage(@Nullable PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, @Nullable ListProvisioningQuotasResponse response)

protected BareMetalSolutionClient.ListProvisioningQuotasPage createPage(@Nullable PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, @Nullable ListProvisioningQuotasResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
response @org.jspecify.annotations.Nullable com.google.cloud.baremetalsolution.v2.ListProvisioningQuotasResponse
Returns
Type Description
BareMetalSolutionClient.ListProvisioningQuotasPage
Overrides

createPageAsync(@Nullable PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ApiFuture<ListProvisioningQuotasResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListProvisioningQuotasPage> createPageAsync(@Nullable PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota> context, ApiFuture<ListProvisioningQuotasResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProvisioningQuotasRequest,ListProvisioningQuotasResponse,ProvisioningQuota>
futureResponse ApiFuture<ListProvisioningQuotasResponse>
Returns
Type Description
ApiFuture<ListProvisioningQuotasPage>
Overrides