Class Info
資訊
包含設定的資訊資料。其屬性會決定資訊在資料中的顯示方式
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)
設定這個設定項目的文字。
參數
回攻員
Info
:這個建構工具用於鏈結。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-08 (世界標準時間)。
[null,null,["上次更新時間:2024-09-08 (世界標準時間)。"],[[["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."]]],[]]