Class GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder

  • Enclosing interface:
    GoogleBigQueryEndpointBuilderFactory

    public static class GoogleBigQueryEndpointBuilderFactory.GoogleBigQueryHeaderNameBuilder
    extends Object
    The builder of headers' name for the Google BigQuery component.
    • Constructor Detail

      • GoogleBigQueryHeaderNameBuilder

        public GoogleBigQueryHeaderNameBuilder()
    • Method Detail

      • googleBigQueryTableSuffix

        public String googleBigQueryTableSuffix()
        Table suffix to use when inserting data. The option is a: String type. 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: String type. Group: producer
        Returns:
        the name of the header GoogleBigQueryTableId.
      • googleBigQueryInsertId

        public String googleBigQueryInsertId()
        InsertId to use when inserting data. The option is a: String type. 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: String type. Group: producer
        Returns:
        the name of the header GoogleBigQueryPartitionDecorator.