Class AddressGroupServiceClient.ListAddressGroupReferencesPage (0.98.0)

public static class AddressGroupServiceClient.ListAddressGroupReferencesPage extends AbstractPage<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,ListAddressGroupReferencesResponse.AddressGroupReference,AddressGroupServiceClient.ListAddressGroupReferencesPage>

Inheritance

java.lang.Object > AbstractPage > AddressGroupServiceClient.ListAddressGroupReferencesPage

Methods

createPage(@Nullable PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,ListAddressGroupReferencesResponse.AddressGroupReference> context, @Nullable ListAddressGroupReferencesResponse response)

protected AddressGroupServiceClient.ListAddressGroupReferencesPage createPage(@Nullable PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,ListAddressGroupReferencesResponse.AddressGroupReference> context, @Nullable ListAddressGroupReferencesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,AddressGroupReference>
response @org.jspecify.annotations.Nullable com.google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse
Returns
Type Description
AddressGroupServiceClient.ListAddressGroupReferencesPage
Overrides

createPageAsync(@Nullable PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,ListAddressGroupReferencesResponse.AddressGroupReference> context, ApiFuture<ListAddressGroupReferencesResponse> futureResponse)

public ApiFuture<AddressGroupServiceClient.ListAddressGroupReferencesPage> createPageAsync(@Nullable PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,ListAddressGroupReferencesResponse.AddressGroupReference> context, ApiFuture<ListAddressGroupReferencesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAddressGroupReferencesRequest,ListAddressGroupReferencesResponse,AddressGroupReference>
futureResponse ApiFuture<ListAddressGroupReferencesResponse>
Returns
Type Description
ApiFuture<ListAddressGroupReferencesPage>
Overrides