124.2. GoogleSheetsComponent
Google Sheets 组件支持 3 个选项,它们如下。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
configuration (common) | 使用共享配置 | GoogleSheets Configuration | |
clientFactory (advanced) | 将 GoogleSheetsClientFactory 用作创建客户端的工厂。默认会使用 BatchGoogleSheetsClientFactory | GoogleSheetsClient Factory | |
resolveProperty Placeholders (advanced) | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
Google Sheets 端点使用 URI 语法进行配置:
google-sheets:apiName/methodName
使用以下路径和查询参数:
124.2.1. 路径名(2 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
apiName | 需要 什么操作才能执行 | GoogleSheetsApiName | |
methodName | 所选操作需要什么子操作 | 字符串 |