- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all BillingAccountLicenseConfigs for a given billing account.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=billingAccounts/*}/billingAccountLicenseConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Not supported. |
pageToken |
Optional. Not supported. |
Request body
The request body must be empty.
Response body
Response message for LicenseConfigService.ListBillingAccountLicenseConfigs method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"billingAccountLicenseConfigs": [
{
object ( |
| Fields | |
|---|---|
billingAccountLicenseConfigs[] |
All |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwrite
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
discoveryengine.billingAccountLicenseConfigs.list
For more information, see the IAM documentation.