createdAfter = $createdAfter; } /** * @return string */ public function getCreatedAfter() { return $this->createdAfter; } /** * @param GooglePrivacyDlpV2OrConditions */ public function setOrConditions(GooglePrivacyDlpV2OrConditions $orConditions) { $this->orConditions = $orConditions; } /** * @return GooglePrivacyDlpV2OrConditions */ public function getOrConditions() { return $this->orConditions; } /** * @param string */ public function setTypeCollection($typeCollection) { $this->typeCollection = $typeCollection; } /** * @return string */ public function getTypeCollection() { return $this->typeCollection; } /** * @param GooglePrivacyDlpV2BigQueryTableTypes */ public function setTypes(GooglePrivacyDlpV2BigQueryTableTypes $types) { $this->types = $types; } /** * @return GooglePrivacyDlpV2BigQueryTableTypes */ public function getTypes() { return $this->types; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DiscoveryBigQueryConditions::class, 'Google_Service_DLP_GooglePrivacyDlpV2DiscoveryBigQueryConditions');