Requested page size. The maximum page size is 100; this is also the default.
pageToken
string
A token identifying a page of results to return. This should be a nextPageToken value returned from a previous billingAccounts.list call. If unspecified, the first page of results is returned.
filter
string
Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, masterBillingAccount=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.
parent
string
Optional. The parent resource to list billing accounts from. Format: - organizations/{organization_id}, for example, organizations/12345678 - billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["This webpage details how to list billing accounts that an authenticated user has permission to view via a `GET` HTTP request to the specified URL."],["The request supports several query parameters, including `pageSize`, `pageToken`, `filter`, and `parent`, which allow for control over the amount and type of billing accounts returned."],["The request body must be empty, while a successful response returns an instance of `ListBillingAccountsResponse`."],["Authorization for this operation requires one of three OAuth scopes: `https://www.googleapis.com/auth/cloud-platform`, `https://www.googleapis.com/auth/cloud-billing`, or `https://www.googleapis.com/auth/cloud-billing.readonly`."]]],[]]