Class Info
情報構成に関する情報データが含まれています。プロパティによって、データポータルでの表示方法が決まります。
const cc = DataStudioApp.createCommunityConnector();
const config = cc.getConfig();
const info1 = config.newInfo().setId('info1').setText(
'This text gives some context on the configuration.');
詳細なドキュメント
setId(id)
この構成エントリの一意の ID を設定します。
パラメータ
戻る
Info
- チェーン用のこのビルダー。
setText(text)
この構成エントリのテキストを設定します。
パラメータ
名前 | 型 | 説明 |
text | String | 設定するテキスト。 |
戻る
Info
- チェーン用のこのビルダー。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["The `Info` object stores configuration data that influences how information is displayed in Data Studio."],["Developers can utilize the `setId` and `setText` methods to define the unique identifier and descriptive text for a configuration entry within the `Info` object."],["The `Info` object uses a builder pattern, allowing developers to chain methods together for streamlined configuration."]]],[]]