Method: billingAccounts.billingAccountLicenseConfigs.list

列出指定结算账号的所有 BillingAccountLicenseConfig

HTTP 请求

GET https://discoveryengine.googleapis.com/v1alpha/{parent=billingAccounts/*}/billingAccountLicenseConfigs

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。格式:billingAccounts/{billingAccount}

查询参数

参数
pageSize

integer

可选。不受支持。

pageToken

string

可选。不受支持。

请求正文

请求正文必须为空。

响应正文

LicenseConfigService.ListBillingAccountLicenseConfigs 方法的响应消息。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "billingAccountLicenseConfigs": [
    {
      object (BillingAccountLicenseConfig)
    }
  ],
  "nextPageToken": string
}
字段
billingAccountLicenseConfigs[]

object (BillingAccountLicenseConfig)

指定结算账号的所有 BillingAccountLicenseConfig

nextPageToken

string

可作为 ListBillingAccountLicenseConfigsRequest.page_token 发送并用于检索下一页的令牌。如果省略此字段,则不存在后续页面。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

如需了解详情,请参阅 Authentication Overview

IAM 权限

需要拥有 parent 资源的以下 IAM 权限:

  • discoveryengine.billingAccountLicenseConfigs.list

如需了解详情,请参阅 IAM 文档