Class BandwidthGroupServiceClient.ListBandwidthGroupsPage (0.54.0)

public static class BandwidthGroupServiceClient.ListBandwidthGroupsPage extends AbstractPage<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup,BandwidthGroupServiceClient.ListBandwidthGroupsPage>

Inheritance

java.lang.Object > AbstractPage > BandwidthGroupServiceClient.ListBandwidthGroupsPage

Methods

createPage(@Nullable PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, @Nullable ListBandwidthGroupsResponse response)

protected BandwidthGroupServiceClient.ListBandwidthGroupsPage createPage(@Nullable PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, @Nullable ListBandwidthGroupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListBandwidthGroupsResponse
Returns
Type Description
BandwidthGroupServiceClient.ListBandwidthGroupsPage
Overrides

createPageAsync(@Nullable PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ApiFuture<ListBandwidthGroupsResponse> futureResponse)

public ApiFuture<BandwidthGroupServiceClient.ListBandwidthGroupsPage> createPageAsync(@Nullable PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup> context, ApiFuture<ListBandwidthGroupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse,BandwidthGroup>
futureResponse ApiFuture<ListBandwidthGroupsResponse>
Returns
Type Description
ApiFuture<ListBandwidthGroupsPage>
Overrides