Class GlobalPublicDelegatedPrefixesClient.ListPage (1.105.0)

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

Inheritance

java.lang.Object > AbstractPage > GlobalPublicDelegatedPrefixesClient.ListPage

Methods

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

protected GlobalPublicDelegatedPrefixesClient.ListPage createPage(@Nullable PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, @Nullable PublicDelegatedPrefixList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.PublicDelegatedPrefixList
Returns
Type Description
GlobalPublicDelegatedPrefixesClient.ListPage
Overrides

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

public ApiFuture<GlobalPublicDelegatedPrefixesClient.ListPage> createPageAsync(@Nullable PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix> context, ApiFuture<PublicDelegatedPrefixList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,PublicDelegatedPrefix>
futureResponse ApiFuture<PublicDelegatedPrefixList>
Returns
Type Description
ApiFuture<ListPage>
Overrides