Class BareMetalSolutionClient.ListLunsPage (0.95.0)

public static class BareMetalSolutionClient.ListLunsPage extends AbstractPage<ListLunsRequest,ListLunsResponse,Lun,BareMetalSolutionClient.ListLunsPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListLunsPage

Methods

createPage(@Nullable PageContext<ListLunsRequest,ListLunsResponse,Lun> context, @Nullable ListLunsResponse response)

protected BareMetalSolutionClient.ListLunsPage createPage(@Nullable PageContext<ListLunsRequest,ListLunsResponse,Lun> context, @Nullable ListLunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLunsRequest,ListLunsResponse,Lun>
response @org.jspecify.annotations.Nullable com.google.cloud.baremetalsolution.v2.ListLunsResponse
Returns
Type Description
BareMetalSolutionClient.ListLunsPage
Overrides

createPageAsync(@Nullable PageContext<ListLunsRequest,ListLunsResponse,Lun> context, ApiFuture<ListLunsResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListLunsPage> createPageAsync(@Nullable PageContext<ListLunsRequest,ListLunsResponse,Lun> context, ApiFuture<ListLunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLunsRequest,ListLunsResponse,Lun>
futureResponse ApiFuture<ListLunsResponse>
Returns
Type Description
ApiFuture<ListLunsPage>
Overrides