Interface GoogleSheetsEndpointBuilderFactory.GoogleSheetsBuilders

    • Method Detail

      • googleSheets

        default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder googleSheets​(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:
        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 name
        path - apiName/methodName
        Returns:
        the dsl builder