Class CloudBillingClient.ListBillingAccountsPage (2.8.0)

public static class CloudBillingClient.ListBillingAccountsPage extends AbstractPage<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount,CloudBillingClient.ListBillingAccountsPage>

Inheritance

java.lang.Object > AbstractPage > CloudBillingClient.ListBillingAccountsPage

Methods

createPage(PageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount> context, ListBillingAccountsResponse response)

protected CloudBillingClient.ListBillingAccountsPage createPage(PageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount> context, ListBillingAccountsResponse response)
Parameters
NameDescription
contextPageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount>
responseListBillingAccountsResponse
Returns
TypeDescription
CloudBillingClient.ListBillingAccountsPage
Overrides

createPageAsync(PageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount> context, ApiFuture<ListBillingAccountsResponse> futureResponse)

public ApiFuture<CloudBillingClient.ListBillingAccountsPage> createPageAsync(PageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount> context, ApiFuture<ListBillingAccountsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBillingAccountsRequest,ListBillingAccountsResponse,BillingAccount>
futureResponseApiFuture<ListBillingAccountsResponse>
Returns
TypeDescription
ApiFuture<ListBillingAccountsPage>
Overrides