"camel.kamelet.google-sheets-sink.accessToken"
"OAuth 2 access token for google sheets application. This typically expires after an hour so refreshToken is recommended for long term usage."
"camel.kamelet.google-sheets-sink.applicationName"
"Google Sheets application name"
"camel.kamelet.google-sheets-sink.clientId"
"Client ID of the sheets application"
"camel.kamelet.google-sheets-sink.clientSecret"
"Client Secret of the sheets application"
"camel.kamelet.google-sheets-sink.columnNames"
"A"
"Optional custom column names that map to cell coordinates based on their position."
"camel.kamelet.google-sheets-sink.majorDimension"
"ROWS"
"Specifies the major dimension that the given values should use (ROWS or COLUMNS). Example: ROWS"
"camel.kamelet.google-sheets-sink.operation"
"append"
"Operation to execute (update or append) Example: append"
"camel.kamelet.google-sheets-sink.range"
"The cell range of rows and columns to write data to. Example: A1:B3"
"camel.kamelet.google-sheets-sink.refreshToken"
"OAuth 2 refresh token for google sheets application. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived."
"camel.kamelet.google-sheets-sink.spreadsheetId"
"The Spreadsheet ID to be used as identifier"
"camel.kamelet.google-sheets-sink.valueInputOption"
"USER_ENTERED"
"Controls how the entered values should be be interpreted when adding them. Example: USER_ENTERED"