Class EntryBigqueryTableSpec


  • public final class EntryBigqueryTableSpec
    extends java.lang.Object
    • Method Detail

      • tableSourceType

        public java.util.Optional<java.lang.String> tableSourceType()
        Returns:
        (Output) The table source type.
      • tableSpecs

        public java.util.List<EntryBigqueryTableSpecTableSpec> tableSpecs()
        Returns:
        (Output) Spec of a BigQuery table. This field should only be populated if tableSourceType is BIGQUERY_TABLE. Structure is documented below.
      • viewSpecs

        public java.util.List<EntryBigqueryTableSpecViewSpec> viewSpecs()
        Returns:
        (Output) Table view specification. This field should only be populated if tableSourceType is BIGQUERY_VIEW. Structure is documented below.