accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param bool */ public function setAllAssetInventoryAssets($allAssetInventoryAssets) { $this->allAssetInventoryAssets = $allAssetInventoryAssets; } /** * @return bool */ public function getAllAssetInventoryAssets() { return $this->allAssetInventoryAssets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2AwsDiscoveryStartingLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2AwsDiscoveryStartingLocation');