Class MirroringClient.ListMirroringDeploymentsPage (0.98.0)

public static class MirroringClient.ListMirroringDeploymentsPage extends AbstractPage<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment,MirroringClient.ListMirroringDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringDeploymentsPage

Methods

createPage(@Nullable PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, @Nullable ListMirroringDeploymentsResponse response)

protected MirroringClient.ListMirroringDeploymentsPage createPage(@Nullable PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, @Nullable ListMirroringDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListMirroringDeploymentsResponse
Returns
Type Description
MirroringClient.ListMirroringDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ApiFuture<ListMirroringDeploymentsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringDeploymentsPage> createPageAsync(@Nullable PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment> context, ApiFuture<ListMirroringDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringDeploymentsRequest,ListMirroringDeploymentsResponse,MirroringDeployment>
futureResponse ApiFuture<ListMirroringDeploymentsResponse>
Returns
Type Description
ApiFuture<ListMirroringDeploymentsPage>
Overrides