offlineStorageDeletedEntityRowCount = $offlineStorageDeletedEntityRowCount; } /** * @return string */ public function getOfflineStorageDeletedEntityRowCount() { return $this->offlineStorageDeletedEntityRowCount; } /** * @param string */ public function setOnlineStorageDeletedEntityCount($onlineStorageDeletedEntityCount) { $this->onlineStorageDeletedEntityCount = $onlineStorageDeletedEntityCount; } /** * @return string */ public function getOnlineStorageDeletedEntityCount() { return $this->onlineStorageDeletedEntityCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity');