bigQueryKey = $bigQueryKey; } /** * @return GooglePrivacyDlpV2BigQueryKey */ public function getBigQueryKey() { return $this->bigQueryKey; } /** * @param GooglePrivacyDlpV2DatastoreKey */ public function setDatastoreKey(GooglePrivacyDlpV2DatastoreKey $datastoreKey) { $this->datastoreKey = $datastoreKey; } /** * @return GooglePrivacyDlpV2DatastoreKey */ public function getDatastoreKey() { return $this->datastoreKey; } /** * @param string[] */ public function setIdValues($idValues) { $this->idValues = $idValues; } /** * @return string[] */ public function getIdValues() { return $this->idValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RecordKey::class, 'Google_Service_DLP_GooglePrivacyDlpV2RecordKey');