Class InterceptClient.ListInterceptEndpointGroupAssociationsPage (0.98.0)

public static class InterceptClient.ListInterceptEndpointGroupAssociationsPage extends AbstractPage<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation,InterceptClient.ListInterceptEndpointGroupAssociationsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptEndpointGroupAssociationsPage

Methods

createPage(@Nullable PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, @Nullable ListInterceptEndpointGroupAssociationsResponse response)

protected InterceptClient.ListInterceptEndpointGroupAssociationsPage createPage(@Nullable PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, @Nullable ListInterceptEndpointGroupAssociationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsResponse
Returns
Type Description
InterceptClient.ListInterceptEndpointGroupAssociationsPage
Overrides

createPageAsync(@Nullable PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ApiFuture<ListInterceptEndpointGroupAssociationsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptEndpointGroupAssociationsPage> createPageAsync(@Nullable PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation> context, ApiFuture<ListInterceptEndpointGroupAssociationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptEndpointGroupAssociationsRequest,ListInterceptEndpointGroupAssociationsResponse,InterceptEndpointGroupAssociation>
futureResponse ApiFuture<ListInterceptEndpointGroupAssociationsResponse>
Returns
Type Description
ApiFuture<ListInterceptEndpointGroupAssociationsPage>
Overrides