CommunityConnector를 사용하면 스크립트를 통해
데이터 스튜디오용 커뮤니티 커넥터입니다. 이 클래스를 사용하여 Fields
참조 가져오기
객체와 FieldType
및 AggregationType
enum을 제공하여
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
객체입니다.