Class BareMetalSolutionClient.ListNetworksPage (0.95.0)

public static class BareMetalSolutionClient.ListNetworksPage extends AbstractPage<ListNetworksRequest,ListNetworksResponse,Network,BareMetalSolutionClient.ListNetworksPage>

Inheritance

java.lang.Object > AbstractPage > BareMetalSolutionClient.ListNetworksPage

Methods

createPage(@Nullable PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, @Nullable ListNetworksResponse response)

protected BareMetalSolutionClient.ListNetworksPage createPage(@Nullable PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, @Nullable ListNetworksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworksRequest,ListNetworksResponse,Network>
response @org.jspecify.annotations.Nullable com.google.cloud.baremetalsolution.v2.ListNetworksResponse
Returns
Type Description
BareMetalSolutionClient.ListNetworksPage
Overrides

createPageAsync(@Nullable PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, ApiFuture<ListNetworksResponse> futureResponse)

public ApiFuture<BareMetalSolutionClient.ListNetworksPage> createPageAsync(@Nullable PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, ApiFuture<ListNetworksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNetworksRequest,ListNetworksResponse,Network>
futureResponse ApiFuture<ListNetworksResponse>
Returns
Type Description
ApiFuture<ListNetworksPage>
Overrides