Class MirroringClient.ListMirroringEndpointGroupAssociationsPage (0.98.0)

public static class MirroringClient.ListMirroringEndpointGroupAssociationsPage extends AbstractPage<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation,MirroringClient.ListMirroringEndpointGroupAssociationsPage>

Inheritance

java.lang.Object > AbstractPage > MirroringClient.ListMirroringEndpointGroupAssociationsPage

Methods

createPage(@Nullable PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation> context, @Nullable ListMirroringEndpointGroupAssociationsResponse response)

protected MirroringClient.ListMirroringEndpointGroupAssociationsPage createPage(@Nullable PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation> context, @Nullable ListMirroringEndpointGroupAssociationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsResponse
Returns
Type Description
MirroringClient.ListMirroringEndpointGroupAssociationsPage
Overrides

createPageAsync(@Nullable PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation> context, ApiFuture<ListMirroringEndpointGroupAssociationsResponse> futureResponse)

public ApiFuture<MirroringClient.ListMirroringEndpointGroupAssociationsPage> createPageAsync(@Nullable PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation> context, ApiFuture<ListMirroringEndpointGroupAssociationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMirroringEndpointGroupAssociationsRequest,ListMirroringEndpointGroupAssociationsResponse,MirroringEndpointGroupAssociation>
futureResponse ApiFuture<ListMirroringEndpointGroupAssociationsResponse>
Returns
Type Description
ApiFuture<ListMirroringEndpointGroupAssociationsPage>
Overrides