Class OrganizationAddressGroupServiceClient.ListAddressGroupsPage (0.98.0)

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

Inheritance

java.lang.Object > AbstractPage > OrganizationAddressGroupServiceClient.ListAddressGroupsPage

Methods

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

protected OrganizationAddressGroupServiceClient.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
OrganizationAddressGroupServiceClient.ListAddressGroupsPage
Overrides

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

public ApiFuture<OrganizationAddressGroupServiceClient.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