blob: 0a27d41fef49fd50a0efe263c94c07ed9e10d6d7 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlesheetsstream.CamelGooglesheetsstreamSourceConnector",
"artifactId": "camel-google-sheets-stream-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-sheets-stream-source",
"type": "source",
"version": "0.7.3",
"description": "Poll for changes in Google Sheets."
},
"properties": {
"camel.source.path.apiName": {
"name": "camel.source.path.apiName",
"description": "Sets the apiName.",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.applicationName": {
"name": "camel.source.endpoint.applicationName",
"description": "Google sheets application name. Example would be camel-google-sheets\/1.0",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.clientId": {
"name": "camel.source.endpoint.clientId",
"description": "Client ID of the sheets application",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.includeGridData": {
"name": "camel.source.endpoint.includeGridData",
"description": "True if grid data should be returned.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.majorDimension": {
"name": "camel.source.endpoint.majorDimension",
"description": "Specifies the major dimension that results should use.. One of: [ROWS] [COLUMNS] [DIMENSION_UNSPECIFIED]",
"defaultValue": "\"ROWS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ROWS",
"COLUMNS",
"DIMENSION_UNSPECIFIED"
]
},
"camel.source.endpoint.maxResults": {
"name": "camel.source.endpoint.maxResults",
"description": "Specify the maximum number of returned results. This will limit the number of rows in a returned value range data set or the number of returned value ranges in a batch request.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.range": {
"name": "camel.source.endpoint.range",
"description": "Specifies the range of rows and columns in a sheet to get data from.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.scopes": {
"name": "camel.source.endpoint.scopes",
"description": "Specifies the level of permissions you want a sheets application to have to a user account. See https:\/\/developers.google.com\/identity\/protocols\/googlescopes for more info.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sendEmptyMessageWhenIdle": {
"name": "camel.source.endpoint.sendEmptyMessageWhenIdle",
"description": "If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.splitResults": {
"name": "camel.source.endpoint.splitResults",
"description": "True if value range result should be split into rows or columns to process each of them individually. When true each row or column is represented with a separate exchange in batch processing. Otherwise value range object is used as exchange junk size.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.spreadsheetId": {
"name": "camel.source.endpoint.spreadsheetId",
"description": "Specifies the spreadsheet identifier that is used to identify the target to obtain.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.valueRenderOption": {
"name": "camel.source.endpoint.valueRenderOption",
"description": "Determines how values should be rendered in the output. One of: [FORMATTED_VALUE] [UNFORMATTED_VALUE] [FORMULA]",
"defaultValue": "\"FORMATTED_VALUE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"FORMATTED_VALUE",
"UNFORMATTED_VALUE",
"FORMULA"
]
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.pollStrategy": {
"name": "camel.source.endpoint.pollStrategy",
"description": "A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.backoffErrorThreshold": {
"name": "camel.source.endpoint.backoffErrorThreshold",
"description": "The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.backoffIdleThreshold": {
"name": "camel.source.endpoint.backoffIdleThreshold",
"description": "The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.backoffMultiplier": {
"name": "camel.source.endpoint.backoffMultiplier",
"description": "To let the scheduled polling consumer backoff if there has been a number of subsequent idles\/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and\/or backoffErrorThreshold must also be configured.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.delay": {
"name": "camel.source.endpoint.delay",
"description": "Milliseconds before the next poll.",
"defaultValue": "500L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.greedy": {
"name": "camel.source.endpoint.greedy",
"description": "If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.initialDelay": {
"name": "camel.source.endpoint.initialDelay",
"description": "Milliseconds before the first poll starts.",
"defaultValue": "1000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.repeatCount": {
"name": "camel.source.endpoint.repeatCount",
"description": "Specifies a maximum limit of number of fires. So if you set it to 1, the scheduler will only fire once. If you set it to 5, it will only fire five times. A value of zero or negative means fire forever.",
"defaultValue": "0L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.runLoggingLevel": {
"name": "camel.source.endpoint.runLoggingLevel",
"description": "The consumer logs a start\/complete log line when it polls. This option allows you to configure the logging level for that. One of: [TRACE] [DEBUG] [INFO] [WARN] [ERROR] [OFF]",
"defaultValue": "\"TRACE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"TRACE",
"DEBUG",
"INFO",
"WARN",
"ERROR",
"OFF"
]
},
"camel.source.endpoint.scheduledExecutorService": {
"name": "camel.source.endpoint.scheduledExecutorService",
"description": "Allows for configuring a custom\/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.scheduler": {
"name": "camel.source.endpoint.scheduler",
"description": "To use a cron scheduler from either camel-spring or camel-quartz component. Use value spring or quartz for built in scheduler",
"defaultValue": "\"none\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.schedulerProperties": {
"name": "camel.source.endpoint.schedulerProperties",
"description": "To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.startScheduler": {
"name": "camel.source.endpoint.startScheduler",
"description": "Whether the scheduler should be auto started.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.timeUnit": {
"name": "camel.source.endpoint.timeUnit",
"description": "Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS]",
"defaultValue": "\"MILLISECONDS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
]
},
"camel.source.endpoint.useFixedDelay": {
"name": "camel.source.endpoint.useFixedDelay",
"description": "Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.accessToken": {
"name": "camel.source.endpoint.accessToken",
"description": "OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.clientSecret": {
"name": "camel.source.endpoint.clientSecret",
"description": "Client secret of the sheets application",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.refreshToken": {
"name": "camel.source.endpoint.refreshToken",
"description": "OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.applicationName": {
"name": "camel.component.google-sheets-stream.applicationName",
"description": "Google sheets application name. Example would be camel-google-sheets\/1.0",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.bridgeErrorHandler": {
"name": "camel.component.google-sheets-stream.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.clientId": {
"name": "camel.component.google-sheets-stream.clientId",
"description": "Client ID of the sheets application",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.configuration": {
"name": "camel.component.google-sheets-stream.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.includeGridData": {
"name": "camel.component.google-sheets-stream.includeGridData",
"description": "True if grid data should be returned.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.majorDimension": {
"name": "camel.component.google-sheets-stream.majorDimension",
"description": "Specifies the major dimension that results should use.. One of: [ROWS] [COLUMNS] [DIMENSION_UNSPECIFIED]",
"defaultValue": "\"ROWS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ROWS",
"COLUMNS",
"DIMENSION_UNSPECIFIED"
]
},
"camel.component.google-sheets-stream.maxResults": {
"name": "camel.component.google-sheets-stream.maxResults",
"description": "Specify the maximum number of returned results. This will limit the number of rows in a returned value range data set or the number of returned value ranges in a batch request.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.range": {
"name": "camel.component.google-sheets-stream.range",
"description": "Specifies the range of rows and columns in a sheet to get data from.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.scopes": {
"name": "camel.component.google-sheets-stream.scopes",
"description": "Specifies the level of permissions you want a sheets application to have to a user account. See https:\/\/developers.google.com\/identity\/protocols\/googlescopes for more info.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.splitResults": {
"name": "camel.component.google-sheets-stream.splitResults",
"description": "True if value range result should be split into rows or columns to process each of them individually. When true each row or column is represented with a separate exchange in batch processing. Otherwise value range object is used as exchange junk size.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.spreadsheetId": {
"name": "camel.component.google-sheets-stream.spreadsheetId",
"description": "Specifies the spreadsheet identifier that is used to identify the target to obtain.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.valueRenderOption": {
"name": "camel.component.google-sheets-stream.valueRenderOption",
"description": "Determines how values should be rendered in the output. One of: [FORMATTED_VALUE] [UNFORMATTED_VALUE] [FORMULA]",
"defaultValue": "\"FORMATTED_VALUE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"FORMATTED_VALUE",
"UNFORMATTED_VALUE",
"FORMULA"
]
},
"camel.component.google-sheets-stream.autowiredEnabled": {
"name": "camel.component.google-sheets-stream.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.clientFactory": {
"name": "camel.component.google-sheets-stream.clientFactory",
"description": "To use the GoogleSheetsClientFactory as factory for creating the client. Will by default use BatchGoogleSheetsClientFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.accessToken": {
"name": "camel.component.google-sheets-stream.accessToken",
"description": "OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.clientSecret": {
"name": "camel.component.google-sheets-stream.clientSecret",
"description": "Client secret of the sheets application",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-sheets-stream.refreshToken": {
"name": "camel.component.google-sheets-stream.refreshToken",
"description": "OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.",
"priority": "MEDIUM",
"required": "false"
}
}
}