閲覧権限を付与する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
承認してビューへの閲覧アクセス権を付与します。
コードサンプル
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],[],[[["\u003cp\u003eThis code demonstrates how to set up an authorized view in BigQuery, allowing users to access a view's results without needing direct access to the underlying source data.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves adding a user group to the Access Control List (ACL) of the dataset containing the view, permitting those users to query the view.\u003c/p\u003e\n"],["\u003cp\u003eTo delegate access enforcement, a specific view is authorized against the source dataset, meaning members of the previously added group no longer require access to the source dataset to query the view.\u003c/p\u003e\n"],["\u003cp\u003eThe code samples are provided in Go, Java and Python, with explanations on how to update both the view dataset's and the source dataset's metadata.\u003c/p\u003e\n"],["\u003cp\u003eApplication Default Credentials are used for the code to authenticate with BigQuery, and quickstart guides are referenced for setup instructions in each language.\u003c/p\u003e\n"]]],[],null,[]]