Class MirroringClient.ListMirroringDeploymentGroupsPage (0.98.0)

public static class MirroringClient.ListMirroringDeploymentGroupsPage extends AbstractPage<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup,MirroringClient.ListMirroringDeploymentGroupsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringDeploymentGroupsPage

Methods

createPage(@Nullable PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, @Nullable ListMirroringDeploymentGroupsResponse response)

protected MirroringClient.ListMirroringDeploymentGroupsPage createPage(@Nullable PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, @Nullable ListMirroringDeploymentGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsResponse
Returns
Type Description
MirroringClient.ListMirroringDeploymentGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ApiFuture<ListMirroringDeploymentGroupsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringDeploymentGroupsPage> createPageAsync(@Nullable PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup> context, ApiFuture<ListMirroringDeploymentGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringDeploymentGroupsRequest,ListMirroringDeploymentGroupsResponse,MirroringDeploymentGroup>
futureResponse ApiFuture<ListMirroringDeploymentGroupsResponse>
Returns
Type Description
ApiFuture<ListMirroringDeploymentGroupsPage>
Overrides