Class Info
情報
構成の情報データが含まれます。そのプロパティによって、Data Studio に情報がどのように表示されるかが決まります。
できます。
var cc = DataStudioApp.createCommunityConnector();
var config = cc.getConfig();
var 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-09-08 UTC。
[null,null,["最終更新日 2024-09-08 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."]]],[]]