Class NetAppClient.ListQuotaRulesPage (0.74.0)

public static class NetAppClient.ListQuotaRulesPage extends AbstractPage<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule,NetAppClient.ListQuotaRulesPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListQuotaRulesPage

Methods

createPage(@Nullable PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, @Nullable ListQuotaRulesResponse response)

protected NetAppClient.ListQuotaRulesPage createPage(@Nullable PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, @Nullable ListQuotaRulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule>
response @org.jspecify.annotations.Nullable com.google.cloud.netapp.v1.ListQuotaRulesResponse
Returns
Type Description
NetAppClient.ListQuotaRulesPage
Overrides

createPageAsync(@Nullable PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ApiFuture<ListQuotaRulesResponse> futureResponse)

public ApiFuture<NetAppClient.ListQuotaRulesPage> createPageAsync(@Nullable PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule> context, ApiFuture<ListQuotaRulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListQuotaRulesRequest,ListQuotaRulesResponse,QuotaRule>
futureResponse ApiFuture<ListQuotaRulesResponse>
Returns
Type Description
ApiFuture<ListQuotaRulesPage>
Overrides