Class AddressGroupServiceClient.ListAddressGroupsPage (0.77.0)

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

Inheritance

java.lang.Object > AbstractPage > AddressGroupServiceClient.ListAddressGroupsPage

Methods

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

protected AddressGroupServiceClient.ListAddressGroupsPage createPage(PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, ListAddressGroupsResponse response)
Parameters
Name Description
context PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup>
response ListAddressGroupsResponse
Returns
Type Description
AddressGroupServiceClient.ListAddressGroupsPage
Overrides

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

public ApiFuture<AddressGroupServiceClient.ListAddressGroupsPage> createPageAsync(PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup> context, ApiFuture<ListAddressGroupsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAddressGroupsRequest,ListAddressGroupsResponse,AddressGroup>
futureResponse ApiFuture<ListAddressGroupsResponse>
Returns
Type Description
ApiFuture<ListAddressGroupsPage>
Overrides