Interface GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GoogleSheetsEndpointBuilderFactory

public static interface GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders
  • Method Details

    • googleSheets

      Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. Category: cloud,document 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

      Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. Category: cloud,document 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 name
      path - apiName/methodName
      Returns:
      the dsl builder