CommunityConnector を使用すると、スクリプトからビルダーやユーティリティにアクセスして、
データポータル向けのコミュニティ コネクタ。このクラスを使用して、Fields
への参照を取得します。
オブジェクトと FieldType
列挙型と AggregationType
列挙型を
Field
の構築。
var cc = DataStudioApp.createCommunityConnector(); var fieldType = cc.FieldType; var aggregationType = cc.AggregationType; var fields = cc.getFields(); fields.newMetric() .setAggregation(aggregationType.AVG) .setType(fieldType.CURRENCY_USD);
プロパティ
プロパティ | タイプ | 説明 |
---|---|---|
AggregationType | AggregationType | AggregationType 列挙値。 |
AuthType | AuthType | AuthType 列挙値。 |
BigQueryParameterType | BigQueryParameterType | BigQueryParameterType 列挙値。 |
FieldType | FieldType | FieldType 列挙値。 |
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
getConfig() | Config | Config オブジェクトを返します。 |
getFields() | Fields | Fields オブジェクトを返します。 |
newAuthTypeResponse() | GetAuthTypeResponse | 新しい GetAuthTypeResponse オブジェクトを返します。 |
newBigQueryConfig() | BigQueryConfig | 新しい BigQueryConfig オブジェクトを返します。 |
newDebugError() | DebugError | 新しい DebugError オブジェクトを返します。 |
newGetDataResponse() | GetDataResponse | 新しい GetDataResponse オブジェクトを返します。 |
newGetSchemaResponse() | GetSchemaResponse | 新しい GetSchemaResponse オブジェクトを返します。 |
newSetCredentialsResponse() | SetCredentialsResponse | 新しい SetCredentialsResponse オブジェクトを返します。 |
newUserError() | UserError | 新しい UserError オブジェクトを返します。 |
詳細なドキュメント
newAuthTypeResponse()
新しい GetAuthTypeResponse
オブジェクトを返します。このオブジェクトを使用して、メッセージの
スクリプト プロジェクトに実装する getAuthType()
関数。
戻る
GetAuthTypeResponse
- 新しい GetAuthTypeResponse
オブジェクト。
newBigQueryConfig()
新しい BigQueryConfig
オブジェクトを返します。このオブジェクトを使用して、メッセージの
スクリプト プロジェクトに実装する getData()
関数。
戻る
BigQueryConfig
- 新しい BigQueryConfig
オブジェクト。
newDebugError()
newGetDataResponse()
新しい GetDataResponse
オブジェクトを返します。このオブジェクトを使用して、メッセージの
スクリプト プロジェクトに実装する getData()
関数。
戻る
GetDataResponse
- 新しい GetDataResponse
オブジェクト。
newGetSchemaResponse()
新しい GetSchemaResponse
オブジェクトを返します。このオブジェクトを使用して、メッセージの
スクリプト プロジェクトに実装する getSchema()
関数。
戻る
GetSchemaResponse
- 新しい GetSchemaResponse
オブジェクト。
newSetCredentialsResponse()
新しい SetCredentialsResponse
オブジェクトを返します。このオブジェクトを使用して、
スクリプト プロジェクトに実装する setCredentials()
関数。
戻る
SetCredentialsResponse
- 新しい SetCredentialsResponse
オブジェクト。