bigQueryKey = $bigQueryKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryKey */ public function getBigQueryKey() { return $this->bigQueryKey; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey */ public function setDatastoreKey(Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey $datastoreKey) { $this->datastoreKey = $datastoreKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey */ public function getDatastoreKey() { return $this->datastoreKey; } public function setIdValues($idValues) { $this->idValues = $idValues; } public function getIdValues() { return $this->idValues; } }