dataset = $dataset; } /** * @return string */ public function getDataset() { return $this->dataset; } /** * @param int */ public function setImportCount($importCount) { $this->importCount = $importCount; } /** * @return int */ public function getImportCount() { return $this->importCount; } /** * @param int */ public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } /** * @return int */ public function getTotalCount() { return $this->totalCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1ImportDataOperationResponse::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImportDataOperationResponse');