Required. The billing account to list [billing account SKU][google.cloud.billing.billingaccountservices.v1main.BillingAccountSku] from. Format: billingAccounts/{billingAccount}
Query parameters
Parameters
filter
string
Options for how to filter the [billing account SKUs][google.cloud.billing.billingaccountservices.v1main.BillingAccountSku]. Currently, only filter on billingAccountService is supported. Only !=, = operators are supported. Examples: - billingAccountService = "billingAccounts/012345-567890-ABCDEF/services/DA34-426B-A397"
pageSize
integer
Maximum number of billing account SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.
pageToken
string
Page token received from a previous skus.list call to retrieve the next page of results. If this field is empty, the first page is returned.
Request body
The request body must be empty.
Response body
Response message for skus.list.
If successful, the response body contains data with the following structure:
[[["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 2023-07-06 UTC."],[[["This API endpoint retrieves a list of SKUs (Stock Keeping Units) that are visible to a specified billing account."],["The HTTP request is a `GET` operation using a URL that follows gRPC Transcoding syntax, requiring the billing account ID as a path parameter."],["Filtering the results is possible by using a `filter` query parameter, allowing for filtering on `billingAccountService`, as well as utilizing `pageSize` and `pageToken` to navigate the result set."],["The request body must be empty, and the response will contain a JSON structure with a list of `billingAccountSkus` and an optional `nextPageToken` for pagination."],["Authorization 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`."]]],[]]