Class NetworkServicesClient.ListWasmPluginVersionsPage (0.51.0)

public static class NetworkServicesClient.ListWasmPluginVersionsPage extends AbstractPage<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion,NetworkServicesClient.ListWasmPluginVersionsPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListWasmPluginVersionsPage

Methods

createPage(@Nullable PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion> context, @Nullable ListWasmPluginVersionsResponse response)

protected NetworkServicesClient.ListWasmPluginVersionsPage createPage(@Nullable PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion> context, @Nullable ListWasmPluginVersionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListWasmPluginVersionsResponse
Returns
Type Description
NetworkServicesClient.ListWasmPluginVersionsPage
Overrides

createPageAsync(@Nullable PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion> context, ApiFuture<ListWasmPluginVersionsResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListWasmPluginVersionsPage> createPageAsync(@Nullable PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion> context, ApiFuture<ListWasmPluginVersionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWasmPluginVersionsRequest,ListWasmPluginVersionsResponse,WasmPluginVersion>
futureResponse ApiFuture<ListWasmPluginVersionsResponse>
Returns
Type Description
ApiFuture<ListWasmPluginVersionsPage>
Overrides