Method: billingAccounts.billingAccountLicenseConfigs.list

指定された請求先アカウントのすべての BillingAccountLicenseConfig をリスト表示します。

HTTP リクエスト

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

この URL では gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
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 のドキュメントをご覧ください。