Class MobileCarrierServiceClient.ListMobileCarriersPage (0.54.0)

public static class MobileCarrierServiceClient.ListMobileCarriersPage extends AbstractPage<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier,MobileCarrierServiceClient.ListMobileCarriersPage>

Inheritance

java.lang.Object > AbstractPage > MobileCarrierServiceClient.ListMobileCarriersPage

Methods

createPage(@Nullable PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, @Nullable ListMobileCarriersResponse response)

protected MobileCarrierServiceClient.ListMobileCarriersPage createPage(@Nullable PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, @Nullable ListMobileCarriersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier>
response @org.jspecify.annotations.Nullable com.google.ads.admanager.v1.ListMobileCarriersResponse
Returns
Type Description
MobileCarrierServiceClient.ListMobileCarriersPage
Overrides

createPageAsync(@Nullable PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ApiFuture<ListMobileCarriersResponse> futureResponse)

public ApiFuture<MobileCarrierServiceClient.ListMobileCarriersPage> createPageAsync(@Nullable PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier> context, ApiFuture<ListMobileCarriersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier>
futureResponse ApiFuture<ListMobileCarriersResponse>
Returns
Type Description
ApiFuture<ListMobileCarriersPage>
Overrides