Class GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder
-
- Enclosing interface:
- GoogleBigQueryEndpointBuilderFactory
public static class GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder extends Object
The builder of headers' name for the Google BigQuery component.
-
-
Constructor Summary
Constructors Constructor Description GoogleBigQueryHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgoogleBigQueryInsertId()InsertId to use when inserting data.StringgoogleBigQueryPartitionDecorator()Partition decorator to indicate partition to use when inserting data.StringgoogleBigQueryTableId()Table id where data will be submitted.StringgoogleBigQueryTableSuffix()Table suffix to use when inserting data.
-
-
-
Method Detail
-
googleBigQueryTableSuffix
public String googleBigQueryTableSuffix()
Table suffix to use when inserting data. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GoogleBigQueryTableSuffix.
-
googleBigQueryTableId
public String googleBigQueryTableId()
Table id where data will be submitted. If specified will override endpoint configuration. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GoogleBigQueryTableId.
-
googleBigQueryInsertId
public String googleBigQueryInsertId()
InsertId to use when inserting data. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GoogleBigQueryInsertId.
-
googleBigQueryPartitionDecorator
public String googleBigQueryPartitionDecorator()
Partition decorator to indicate partition to use when inserting data. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GoogleBigQueryPartitionDecorator.
-
-