class BigQueryDestination extends Model (View source)

Properties

string $dataset
bool $force
protected $partitionSpecType
protected $partitionSpecDataType
bool $separateTablesPerAssetType
string $table

Methods

setDataset($dataset)

No description

string
getDataset()

No description

setForce($force)

No description

bool
getForce()

No description

setPartitionSpec(PartitionSpec $partitionSpec)

No description

getPartitionSpec()

No description

setSeparateTablesPerAssetType($separateTablesPerAssetType)

No description

bool
setTable($table)

No description

string
getTable()

No description

Details

setDataset($dataset)

No description

Parameters

$dataset

string getDataset()

No description

Return Value

string

setForce($force)

No description

Parameters

$force

bool getForce()

No description

Return Value

bool

setPartitionSpec(PartitionSpec $partitionSpec)

No description

Parameters

PartitionSpec $partitionSpec

PartitionSpec getPartitionSpec()

No description

Return Value

PartitionSpec

setSeparateTablesPerAssetType($separateTablesPerAssetType)

No description

Parameters

$separateTablesPerAssetType

bool getSeparateTablesPerAssetType()

No description

Return Value

bool

setTable($table)

No description

Parameters

$table

string getTable()

No description

Return Value

string