Method: billingAccounts.billingAccountLicenseConfigs.list

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

string

Required. Format: billingAccounts/{billingAccount}.

Query parameters

Parameters
pageSize

integer

Optional. Not supported.

pageToken

string

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 (BillingAccountLicenseConfig)
    }
  ],
  "nextPageToken": string
}
Fields
billingAccountLicenseConfigs[]

object (BillingAccountLicenseConfig)

All BillingAccountLicenseConfigs for the given billing account.

nextPageToken

string

A token that can be sent as ListBillingAccountLicenseConfigsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://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.