Class GoogleBigQueryDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.GoogleBigQueryDatasetTypeProperties

public final class GoogleBigQueryDatasetTypeProperties extends Object
Google BigQuery Dataset Properties.
  • Constructor Details

    • GoogleBigQueryDatasetTypeProperties

      public GoogleBigQueryDatasetTypeProperties()
  • Method Details

    • tableName

      public Object tableName()
      Get the tableName property: This property will be retired. Please consider using database + table properties instead.
      Returns:
      the tableName value.
    • withTableName

      public GoogleBigQueryDatasetTypeProperties withTableName(Object tableName)
      Set the tableName property: This property will be retired. Please consider using database + table properties instead.
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the GoogleBigQueryDatasetTypeProperties object itself.
    • table

      public Object table()
      Get the table property: The table name of the Google BigQuery. Type: string (or Expression with resultType string).
      Returns:
      the table value.
    • withTable

      public GoogleBigQueryDatasetTypeProperties withTable(Object table)
      Set the table property: The table name of the Google BigQuery. Type: string (or Expression with resultType string).
      Parameters:
      table - the table value to set.
      Returns:
      the GoogleBigQueryDatasetTypeProperties object itself.
    • dataset

      public Object dataset()
      Get the dataset property: The database name of the Google BigQuery. Type: string (or Expression with resultType string).
      Returns:
      the dataset value.
    • withDataset

      public GoogleBigQueryDatasetTypeProperties withDataset(Object dataset)
      Set the dataset property: The database name of the Google BigQuery. Type: string (or Expression with resultType string).
      Parameters:
      dataset - the dataset value to set.
      Returns:
      the GoogleBigQueryDatasetTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.