CommunityConnector, komut dosyalarının geliştirilmesine yardımcı olan oluşturuculara ve yardımcı programlara erişmesini sağlar
Data Studio için Topluluk Bağlayıcıları Fields
referansı almak için bu sınıfı kullanın
nesne ve FieldType
ile AggregationType
enum'ları içerir, böylece
Field
inşaatı.
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);
Özellikler
Özellik | Tür | Açıklama |
---|---|---|
AggregationType | AggregationType | AggregationType numaralandırması. |
AuthType | AuthType | AuthType numaralandırması. |
BigQueryParameterType | BigQueryParameterType | BigQueryParameterType numaralandırması. |
FieldType | FieldType | FieldType numaralandırması. |
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
---|---|---|
getConfig() | Config | Bir Config nesnesi döndürür. |
getFields() | Fields | Bir Fields nesnesi döndürür. |
newAuthTypeResponse() | GetAuthTypeResponse | Yeni bir GetAuthTypeResponse nesnesi döndürür. |
newBigQueryConfig() | BigQueryConfig | Yeni bir BigQueryConfig nesnesi döndürür. |
newDebugError() | DebugError | Yeni bir DebugError nesnesi döndürür. |
newGetDataResponse() | GetDataResponse | Yeni bir GetDataResponse nesnesi döndürür. |
newGetSchemaResponse() | GetSchemaResponse | Yeni bir GetSchemaResponse nesnesi döndürür. |
newSetCredentialsResponse() | SetCredentialsResponse | Yeni bir SetCredentialsResponse nesnesi döndürür. |
newUserError() | UserError | Yeni bir UserError nesnesi döndürür. |
Ayrıntılı belgeler
getConfig()
getFields()
newAuthTypeResponse()
Yeni bir GetAuthTypeResponse
nesnesi döndürür. Bu nesneyi
Komut dosyası projenize uyguladığınız getAuthType()
işlevi.
Return
GetAuthTypeResponse
— Yeni bir GetAuthTypeResponse
nesnesi.
newBigQueryConfig()
Yeni bir BigQueryConfig
nesnesi döndürür. Bu nesneyi
Komut dosyası projenize uyguladığınız getData()
işlevi.
Return
BigQueryConfig
— Yeni bir BigQueryConfig
nesnesi.
newDebugError()
Yeni bir DebugError
nesnesi döndürür. Hata ayıklama hataları oluşturmak için bu nesneyi kullanın.
Return
DebugError
— Yeni bir DebugError
nesnesi.
newGetDataResponse()
Yeni bir GetDataResponse
nesnesi döndürür. Bu nesneyi
Komut dosyası projenize uyguladığınız getData()
işlevi.
Return
GetDataResponse
— Yeni bir GetDataResponse
nesnesi.
newGetSchemaResponse()
Yeni bir GetSchemaResponse
nesnesi döndürür. Bu nesneyi
Komut dosyası projenize uyguladığınız getSchema()
işlevi.
Return
GetSchemaResponse
— Yeni bir GetSchemaResponse
nesnesi.
newSetCredentialsResponse()
Yeni bir SetCredentialsResponse
nesnesi döndürür. Bu nesneyi şunun için bir yanıt oluşturmak için kullanın:
komut dosyası projenize uyguladığınız setCredentials()
işlevi.
Return
SetCredentialsResponse
— Yeni bir SetCredentialsResponse
nesnesi.