consistent = $consistent; } /** * @return bool */ public function getConsistent() { return $this->consistent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CheckConsistencyResponse::class, 'Google_Service_BigtableAdmin_CheckConsistencyResponse');