Class NetworkServicesClient.ListWasmPluginsPage (0.51.0)

public static class NetworkServicesClient.ListWasmPluginsPage extends AbstractPage<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin,NetworkServicesClient.ListWasmPluginsPage>

Inheritance

java.lang.Object > AbstractPage > NetworkServicesClient.ListWasmPluginsPage

Methods

createPage(@Nullable PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin> context, @Nullable ListWasmPluginsResponse response)

protected NetworkServicesClient.ListWasmPluginsPage createPage(@Nullable PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin> context, @Nullable ListWasmPluginsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin>
response @org.jspecify.annotations.Nullable com.google.cloud.networkservices.v1.ListWasmPluginsResponse
Returns
Type Description
NetworkServicesClient.ListWasmPluginsPage
Overrides

createPageAsync(@Nullable PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin> context, ApiFuture<ListWasmPluginsResponse> futureResponse)

public ApiFuture<NetworkServicesClient.ListWasmPluginsPage> createPageAsync(@Nullable PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin> context, ApiFuture<ListWasmPluginsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWasmPluginsRequest,ListWasmPluginsResponse,WasmPlugin>
futureResponse ApiFuture<ListWasmPluginsResponse>
Returns
Type Description
ApiFuture<ListWasmPluginsPage>
Overrides