Class BareMetalSolutionClient.ListNfsSharesPage (0.95.0)

public static class BareMetalSolutionClient.ListNfsSharesPage extends AbstractPage<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare,BareMetalSolutionClient.ListNfsSharesPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListNfsSharesPage

Methods

createPage(@Nullable PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, @Nullable ListNfsSharesResponse response)

protected BareMetalSolutionClient.ListNfsSharesPage createPage(@Nullable PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, @Nullable ListNfsSharesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare>
response @org.jspecify.annotations.Nullable com.google.cloud.baremetalsolution.v2.ListNfsSharesResponse
Returns
Type Description
BareMetalSolutionClient.ListNfsSharesPage
Overrides

createPageAsync(@Nullable PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ApiFuture<ListNfsSharesResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListNfsSharesPage> createPageAsync(@Nullable PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, ApiFuture<ListNfsSharesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare>
futureResponse ApiFuture<ListNfsSharesResponse>
Returns
Type Description
ApiFuture<ListNfsSharesPage>
Overrides