Class NetworkSecurityClient.ListUrlListsPage (0.98.0)

public static class NetworkSecurityClient.ListUrlListsPage extends AbstractPage<ListUrlListsRequest,ListUrlListsResponse,UrlList,NetworkSecurityClient.ListUrlListsPage>

Inheritance

java.lang.Object > AbstractPage > NetworkSecurityClient.ListUrlListsPage

Methods

createPage(@Nullable PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList> context, @Nullable ListUrlListsResponse response)

protected NetworkSecurityClient.ListUrlListsPage createPage(@Nullable PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList> context, @Nullable ListUrlListsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListUrlListsResponse
Returns
Type Description
NetworkSecurityClient.ListUrlListsPage
Overrides

createPageAsync(@Nullable PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList> context, ApiFuture<ListUrlListsResponse> futureResponse)

public ApiFuture<NetworkSecurityClient.ListUrlListsPage> createPageAsync(@Nullable PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList> context, ApiFuture<ListUrlListsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUrlListsRequest,ListUrlListsResponse,UrlList>
futureResponse ApiFuture<ListUrlListsResponse>
Returns
Type Description
ApiFuture<ListUrlListsPage>
Overrides