Class InterceptClient.ListInterceptDeploymentsPage (0.98.0)

public static class InterceptClient.ListInterceptDeploymentsPage extends AbstractPage<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment,InterceptClient.ListInterceptDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > InterceptClient.ListInterceptDeploymentsPage

Methods

createPage(@Nullable PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, @Nullable ListInterceptDeploymentsResponse response)

protected InterceptClient.ListInterceptDeploymentsPage createPage(@Nullable PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, @Nullable ListInterceptDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListInterceptDeploymentsResponse
Returns
Type Description
InterceptClient.ListInterceptDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ApiFuture<ListInterceptDeploymentsResponse> futureResponse)

public ApiFuture<InterceptClient.ListInterceptDeploymentsPage> createPageAsync(@Nullable PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment> context, ApiFuture<ListInterceptDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListInterceptDeploymentsRequest,ListInterceptDeploymentsResponse,InterceptDeployment>
futureResponse ApiFuture<ListInterceptDeploymentsResponse>
Returns
Type Description
ApiFuture<ListInterceptDeploymentsPage>
Overrides