Interface GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLBuilders

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

public static interface GoogleBigQuerySQLEndpointBuilderFactory.GoogleBigQuerySQLBuilders
  • Method Details

    • googleBigquerySql

      Google BigQuery Standard SQL (camel-google-bigquery) Access Google Cloud BigQuery service using SQL queries. Category: cloud,messaging Since: 2.23 Maven coordinates: org.apache.camel:camel-google-bigquery
      Returns:
      the dsl builder for the headers' name.
    • googleBigquerySql

      Google BigQuery Standard SQL (camel-google-bigquery) Access Google Cloud BigQuery service using SQL queries. Category: cloud,messaging Since: 2.23 Maven coordinates: org.apache.camel:camel-google-bigquery Syntax: google-bigquery-sql:projectId:queryString Path parameter: projectId (required) Google Cloud Project Id Path parameter: queryString (required) BigQuery standard SQL query This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file.
      Parameters:
      path - projectId:queryString
      Returns:
      the dsl builder
    • googleBigquerySql

      Google BigQuery Standard SQL (camel-google-bigquery) Access Google Cloud BigQuery service using SQL queries. Category: cloud,messaging Since: 2.23 Maven coordinates: org.apache.camel:camel-google-bigquery Syntax: google-bigquery-sql:projectId:queryString Path parameter: projectId (required) Google Cloud Project Id Path parameter: queryString (required) BigQuery standard SQL query This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - projectId:queryString
      Returns:
      the dsl builder