Interface GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageBuilders

    • Method Detail

      • googleStorage

        default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder googleStorage​(String path)
        Google Storage (camel-google-storage) Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library. Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-storage Syntax: google-storage:bucketName Path parameter: bucketName (required) Bucket name or ARN
        Parameters:
        path - bucketName
        Returns:
        the dsl builder
      • googleStorage

        default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder googleStorage​(String componentName,
                                                                                                         String path)
        Google Storage (camel-google-storage) Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library. Category: cloud Since: 3.9 Maven coordinates: org.apache.camel:camel-google-storage Syntax: google-storage:bucketName Path parameter: bucketName (required) Bucket name or ARN
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - bucketName
        Returns:
        the dsl builder