Class GlobalPublicDelegatedPrefixesClient.ListPage (1.52.0)

public static class GlobalPublicDelegatedPrefixesClient.ListPage extends AbstractPage<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix,GlobalPublicDelegatedPrefixesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalPublicDelegatedPrefixesClient.ListPage

Methods

createPage(PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, PublicDelegatedPrefixList response)

protected GlobalPublicDelegatedPrefixesClient.ListPage createPage(PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, PublicDelegatedPrefixList response)
Parameters
Name Description
context PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
response PublicDelegatedPrefixList
Returns
Type Description
GlobalPublicDelegatedPrefixesClient.ListPage
Overrides

createPageAsync(PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, ApiFuture<PublicDelegatedPrefixList> futureResponse)

public ApiFuture<GlobalPublicDelegatedPrefixesClient.ListPage> createPageAsync(PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, ApiFuture<PublicDelegatedPrefixList> futureResponse)
Parameters
Name Description
context PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
futureResponse ApiFuture<PublicDelegatedPrefixList>
Returns
Type Description
ApiFuture<ListPage>
Overrides