Class DataStudioApp
データスタジオ アプリ
DataStudio App を使用すると、スクリプトでデータポータルのデベロッパー向け機能を操作できます。
詳細なドキュメント
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["DataStudioApp enables scripting interaction with developer features in Data Studio."],["It primarily offers the `createCommunityConnector()` method for building new Community Connectors."],["Community Connectors provide a way to connect Data Studio with custom data sources."]]],["DataStudioApp enables scripting for Data Studio's developer features. Its primary function is `createCommunityConnector()`, which generates a new `CommunityConnector` object. This method is crucial for developers aiming to build and manage custom data connections within Data Studio. The `CommunityConnector` object is the returned item when calling the `createCommunityConnector()`, allowing further interaction.\n"]]