Method: properties.bigQueryLinks.list
プロパティの BigQuery リンクを一覧表示します。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/bigQueryLinks
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。BigQuery リンクを表示するプロパティの名前。形式: properties/{property_id} 例: properties/1234
|
クエリ パラメータ
パラメータ |
pageSize |
integer
返されるリソースの最大数。ページが追加されていても、サービスが返す値はこれよりも少ないことがあります。指定されていない場合は、最大で 50 個のリソースが返されます。最大値は 200 です(それ以上の値は最大値に強制変換されます)。
|
pageToken |
string
前回の bigQueryLinks.list 呼び出しから受け取ったページトークン。後続のページを取得するにはこれを指定します。ページネーションを行う場合、bigQueryLinks.list に指定する他のすべてのパラメータは、ページトークンを受け取った呼び出しと一致している必要があります。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
bigQueryLinks.list RPC のレスポンス メッセージ
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"bigqueryLinks": [
{
object (BigQueryLink )
}
],
"nextPageToken": string
} |
フィールド |
bigqueryLinks[] |
object (BigQueryLink )
BigQueryLink のリスト。
|
nextPageToken |
string
次のページを取得するために pageToken として送信できるトークン。このフィールドを省略すると、後続のページはなくなります。
|
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["Lists BigQuery Links associated with a Google Analytics 4 property."],["Allows you to specify the maximum number of links returned and use pagination for larger results."],["Provides details such as the link's configuration and associated property."],["Requires specific authorization scopes for access."]]],["This document details how to list BigQuery Links associated with a Google Analytics property. It uses a `GET` HTTP request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/bigQueryLinks`, where `parent` specifies the property. Optional query parameters include `pageSize` (max 200) and `pageToken` for pagination. The request body must be empty. The response is a JSON object containing a list of `bigQueryLinks` and an optional `nextPageToken` for further pagination. Access requires specific OAuth scopes, either `analytics.readonly` or `analytics.edit`.\n"]]