Uses of Class
com.google.cloud.billing.budgets.v1.BudgetServiceClient.ListBudgetsPage
-
Packages that use BudgetServiceClient.ListBudgetsPage Package Description com.google.cloud.billing.budgets.v1 A client to Cloud Billing Budget API -
-
Uses of BudgetServiceClient.ListBudgetsPage in com.google.cloud.billing.budgets.v1
Methods in com.google.cloud.billing.budgets.v1 that return BudgetServiceClient.ListBudgetsPage Modifier and Type Method Description protected BudgetServiceClient.ListBudgetsPage
BudgetServiceClient.ListBudgetsPage. createPage(com.google.api.gax.rpc.PageContext<ListBudgetsRequest,ListBudgetsResponse,Budget> context, ListBudgetsResponse response)
Methods in com.google.cloud.billing.budgets.v1 that return types with arguments of type BudgetServiceClient.ListBudgetsPage Modifier and Type Method Description com.google.api.core.ApiFuture<BudgetServiceClient.ListBudgetsPage>
BudgetServiceClient.ListBudgetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBudgetsRequest,ListBudgetsResponse,Budget> context, com.google.api.core.ApiFuture<ListBudgetsResponse> futureResponse)
Method parameters in com.google.cloud.billing.budgets.v1 with type arguments of type BudgetServiceClient.ListBudgetsPage Modifier and Type Method Description protected BudgetServiceClient.ListBudgetsFixedSizeCollection
BudgetServiceClient.ListBudgetsFixedSizeCollection. createCollection(List<BudgetServiceClient.ListBudgetsPage> pages, int collectionSize)
-