Class InterceptClient.ListInterceptDeploymentGroupsPage (0.98.0)

public static class InterceptClient.ListInterceptDeploymentGroupsPage extends AbstractPage<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup,InterceptClient.ListInterceptDeploymentGroupsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptDeploymentGroupsPage

Methods

createPage(@Nullable PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, @Nullable ListInterceptDeploymentGroupsResponse response)

protected InterceptClient.ListInterceptDeploymentGroupsPage createPage(@Nullable PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, @Nullable ListInterceptDeploymentGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsResponse
Returns
Type Description
InterceptClient.ListInterceptDeploymentGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ApiFuture<ListInterceptDeploymentGroupsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptDeploymentGroupsPage> createPageAsync(@Nullable PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup> context, ApiFuture<ListInterceptDeploymentGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptDeploymentGroupsRequest,ListInterceptDeploymentGroupsResponse,InterceptDeploymentGroup>
futureResponse ApiFuture<ListInterceptDeploymentGroupsResponse>
Returns
Type Description
ApiFuture<ListInterceptDeploymentGroupsPage>
Overrides