dataItemCount = $dataItemCount; } /** * @return string */ public function getDataItemCount() { return $this->dataItemCount; } /** * @param string */ public function setDataType($dataType) { $this->dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1VertexDatasetSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1VertexDatasetSpec');