Class AddressGroupServiceClient.ListAddressGroupsPage (0.98.0)

public static class AddressGroupServiceClient.ListAddressGroupsPage extends AbstractPage<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup,AddressGroupServiceClient.ListAddressGroupsPage>

Inheritance

java.lang.Object > AbstractPage > AddressGroupServiceClient.ListAddressGroupsPage

Methods

createPage(@Nullable PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, @Nullable ListAddressGroupsResponse response)

protected AddressGroupServiceClient.ListAddressGroupsPage createPage(@Nullable PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, @Nullable ListAddressGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListAddressGroupsResponse
Returns
Type Description
AddressGroupServiceClient.ListAddressGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, ApiFuture<ListAddressGroupsResponse> futureResponse)

public ApiFuture<AddressGroupServiceClient.ListAddressGroupsPage> createPageAsync(@Nullable PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, ApiFuture<ListAddressGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup>
futureResponse ApiFuture<ListAddressGroupsResponse>
Returns
Type Description
ApiFuture<ListAddressGroupsPage>
Overrides