コミュニティ コネクタを使用すると、スクリプトでビルダーとユーティリティにアクセスして、データポータル向けのコミュニティ コネクタの開発を支援できます。Fields
オブジェクトと Field
および Aggregation
列挙型への参照を取得し、Field
の作成で使用できるようにします。
const cc = DataStudioApp.createCommunityConnector(); const fields = cc.getFields(); fields.newMetric() .setAggregation(cc.AggregationType.AVG) .setType(cc.FieldType.CURRENCY_USD);
プロパティ
プロパティ | タイプ | 説明 |
---|---|---|
Aggregation | Aggregation | Aggregation 列挙型。 |
Auth | Auth | Auth 列挙型。 |
Big | Big | Big 列挙型。 |
Field | Field | Field 列挙型。 |
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
get | Config | Config オブジェクトを返します。 |
get | Fields | Fields オブジェクトを返します。 |
new | Get | 新しい Get オブジェクトを返します。 |
new | Big | 新しい Big オブジェクトを返します。 |
new | Debug | 新しい Debug オブジェクトを返します。 |
new | Get | 新しい Get オブジェクトを返します。 |
new | Get | 新しい Get オブジェクトを返します。 |
new | Set | 新しい Set オブジェクトを返します。 |
new | User | 新しい User オブジェクトを返します。 |
詳細なドキュメント
new Auth Type Response()
新しい Get
オブジェクトを返します。このオブジェクトを使用して、スクリプト プロジェクトに実装する get
関数のレスポンスを作成します。
戻る
Get
- 新しい Get
オブジェクト。
new Big Query Config()
新しい Big
オブジェクトを返します。このオブジェクトを使用して、スクリプト プロジェクトに実装する get
関数のレスポンスを作成します。
戻る
Big
- 新しい Big
オブジェクト。
new Debug Error()
new Get Data Response()
新しい Get
オブジェクトを返します。このオブジェクトを使用して、スクリプト プロジェクトに実装する get
関数のレスポンスを作成します。
戻る
Get
- 新しい Get
オブジェクト。
new Get Schema Response()
新しい Get
オブジェクトを返します。このオブジェクトを使用して、スクリプト プロジェクトに実装する get
関数のレスポンスを作成します。
戻る
Get
- 新しい Get
オブジェクト。
new Set Credentials Response()
新しい Set
オブジェクトを返します。このオブジェクトを使用して、スクリプト プロジェクトに実装する set
関数のレスポンスを作成します。
戻る
Set
- 新しい Set
オブジェクト。