Interface GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryBuilders

    • Method Detail

      • googleBigquery

        default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder googleBigquery()
        Google BigQuery (camel-google-bigquery) Google BigQuery data warehouse for analytics. Category: cloud,bigdata Since: 2.20 Maven coordinates: org.apache.camel:camel-google-bigquery
        Returns:
        the dsl builder for the headers' name.
      • googleBigquery

        default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder googleBigquery​(String path)
        Google BigQuery (camel-google-bigquery) Google BigQuery data warehouse for analytics. Category: cloud,bigdata Since: 2.20 Maven coordinates: org.apache.camel:camel-google-bigquery Syntax: google-bigquery:projectId:datasetId:tableId Path parameter: projectId (required) Google Cloud Project Id Path parameter: datasetId (required) BigQuery Dataset Id Path parameter: tableId BigQuery table id
        Parameters:
        path - projectId:datasetId:tableId
        Returns:
        the dsl builder
      • googleBigquery

        default GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryEndpointBuilder googleBigquery​(String componentName,
                                                                                                  String path)
        Google BigQuery (camel-google-bigquery) Google BigQuery data warehouse for analytics. Category: cloud,bigdata Since: 2.20 Maven coordinates: org.apache.camel:camel-google-bigquery Syntax: google-bigquery:projectId:datasetId:tableId Path parameter: projectId (required) Google Cloud Project Id Path parameter: datasetId (required) BigQuery Dataset Id Path parameter: tableId BigQuery table id
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - projectId:datasetId:tableId
        Returns:
        the dsl builder