Class MirroringClient.ListMirroringEndpointGroupsPage (0.98.0)

public static class MirroringClient.ListMirroringEndpointGroupsPage extends AbstractPage<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup,MirroringClient.ListMirroringEndpointGroupsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringEndpointGroupsPage

Methods

createPage(@Nullable PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup> context, @Nullable ListMirroringEndpointGroupsResponse response)

protected MirroringClient.ListMirroringEndpointGroupsPage createPage(@Nullable PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup> context, @Nullable ListMirroringEndpointGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListMirroringEndpointGroupsResponse
Returns
Type Description
MirroringClient.ListMirroringEndpointGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup> context, ApiFuture<ListMirroringEndpointGroupsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringEndpointGroupsPage> createPageAsync(@Nullable PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup> context, ApiFuture<ListMirroringEndpointGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringEndpointGroupsRequest,ListMirroringEndpointGroupsResponse,MirroringEndpointGroup>
futureResponse ApiFuture<ListMirroringEndpointGroupsResponse>
Returns
Type Description
ApiFuture<ListMirroringEndpointGroupsPage>
Overrides