Interface GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- GoogleSheetsEndpointBuilderFactory
public static interface GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders
-
Method Summary
Modifier and TypeMethodDescriptiongoogleSheets
(String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.googleSheets
(String componentName, String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.
-
Method Details
-
googleSheets
Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. Category: api,cloud,sheets Since: 2.23 Maven coordinates: org.apache.camel:camel-google-sheets Syntax:google-sheets:apiName/methodName
Path parameter: apiName (required) What kind of operation to perform There are 2 enums and the value can be one of: SPREADSHEETS, DATA Path parameter: methodName (required) What sub operation to use for the selected operation There are 6 enums and the value can be one of: create, get, update, append, batchUpdate, clear- Parameters:
path
- apiName/methodName- Returns:
- the dsl builder
-
googleSheets
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder googleSheets(String componentName, String path) Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. Category: api,cloud,sheets Since: 2.23 Maven coordinates: org.apache.camel:camel-google-sheets Syntax:google-sheets:apiName/methodName
Path parameter: apiName (required) What kind of operation to perform There are 2 enums and the value can be one of: SPREADSHEETS, DATA Path parameter: methodName (required) What sub operation to use for the selected operation There are 6 enums and the value can be one of: create, get, update, append, batchUpdate, clear- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- apiName/methodName- Returns:
- the dsl builder
-