bigQueryOptions = $bigQueryOptions;
}
/**
* @return GooglePrivacyDlpV2BigQueryOptions
*/
public function getBigQueryOptions()
{
return $this->bigQueryOptions;
}
/**
* @param GooglePrivacyDlpV2CloudStorageOptions
*/
public function setCloudStorageOptions(GooglePrivacyDlpV2CloudStorageOptions $cloudStorageOptions)
{
$this->cloudStorageOptions = $cloudStorageOptions;
}
/**
* @return GooglePrivacyDlpV2CloudStorageOptions
*/
public function getCloudStorageOptions()
{
return $this->cloudStorageOptions;
}
/**
* @param GooglePrivacyDlpV2DatastoreOptions
*/
public function setDatastoreOptions(GooglePrivacyDlpV2DatastoreOptions $datastoreOptions)
{
$this->datastoreOptions = $datastoreOptions;
}
/**
* @return GooglePrivacyDlpV2DatastoreOptions
*/
public function getDatastoreOptions()
{
return $this->datastoreOptions;
}
/**
* @param GooglePrivacyDlpV2HybridOptions
*/
public function setHybridOptions(GooglePrivacyDlpV2HybridOptions $hybridOptions)
{
$this->hybridOptions = $hybridOptions;
}
/**
* @return GooglePrivacyDlpV2HybridOptions
*/
public function getHybridOptions()
{
return $this->hybridOptions;
}
/**
* @param GooglePrivacyDlpV2TimespanConfig
*/
public function setTimespanConfig(GooglePrivacyDlpV2TimespanConfig $timespanConfig)
{
$this->timespanConfig = $timespanConfig;
}
/**
* @return GooglePrivacyDlpV2TimespanConfig
*/
public function getTimespanConfig()
{
return $this->timespanConfig;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2StorageConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2StorageConfig');