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를 설정합니다.
매개변수
이름 | 유형 | 설명 |
id | String | 설정할 ID입니다. |
리턴
Info
- 체이닝을 위한 빌더입니다.
setText(text)
이 구성 항목의 텍스트를 설정합니다.
매개변수
이름 | 유형 | 설명 |
text | String | 설정할 텍스트입니다. |
리턴
Info
- 체이닝을 위한 빌더입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]