Interface GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsBuilders

    • Method Detail

      • googleFunctions

        default GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilder googleFunctions​(String path)
        Google Cloud Functions (camel-google-functions) Manage and invoke Google Cloud Functions Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-functions Syntax: google-functions:functionName Path parameter: functionName (required) The user-defined name of the function
        Parameters:
        path - functionName
        Returns:
        the dsl builder
      • googleFunctions

        default GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilder googleFunctions​(String componentName,
                                                                                                               String path)
        Google Cloud Functions (camel-google-functions) Manage and invoke Google Cloud Functions Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-functions Syntax: google-functions:functionName Path parameter: functionName (required) The user-defined name of the function
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - functionName
        Returns:
        the dsl builder