Class InterceptClient.ListInterceptEndpointGroupsPage (0.98.0)

public static class InterceptClient.ListInterceptEndpointGroupsPage extends AbstractPage<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup,InterceptClient.ListInterceptEndpointGroupsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptEndpointGroupsPage

Methods

createPage(@Nullable PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, @Nullable ListInterceptEndpointGroupsResponse response)

protected InterceptClient.ListInterceptEndpointGroupsPage createPage(@Nullable PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, @Nullable ListInterceptEndpointGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListInterceptEndpointGroupsResponse
Returns
Type Description
InterceptClient.ListInterceptEndpointGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ApiFuture<ListInterceptEndpointGroupsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptEndpointGroupsPage> createPageAsync(@Nullable PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup> context, ApiFuture<ListInterceptEndpointGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptEndpointGroupsRequest,ListInterceptEndpointGroupsResponse,InterceptEndpointGroup>
futureResponse ApiFuture<ListInterceptEndpointGroupsResponse>
Returns
Type Description
ApiFuture<ListInterceptEndpointGroupsPage>
Overrides